Skip to content

Commit 91e77da

Browse files
committed
readme update
1 parent 8be6f91 commit 91e77da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ To see package on Packagist click this [Link](https://packagist.org/packages/bin
9898
### Single Language Version
9999
To install the single language version of the package use version v8.1x:
100100

101-
1- `composer require binshops/laravel-blog:v8.1.2`
101+
1- `composer require binshops/laravel-blog:v8.1.4`
102102

103103
2- `php artisan vendor:publish --provider="BinshopsBlog\BinshopsBlogServiceProvider"`
104104

105105
3- `php artisan vendor:publish --tag=laravel-fulltext`
106106

107107
4- `php artisan migrate;`
108108

109-
You can see the single version in "single-lang" branch.
109+
You can see the single version in "single-lang" branch. The major difference with multi-language version is the database structure.
110110

111111
## Important Notes
112112
- For laravel 8.x's default auth User model, change user model in `binshopsblog.php` to: `\App\Models\User::class`

0 commit comments

Comments
 (0)