File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,15 +98,15 @@ To see package on Packagist click this [Link](https://packagist.org/packages/bin
9898### Single Language Version
9999To 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
1031032- ` php artisan vendor:publish --provider="BinshopsBlog\BinshopsBlogServiceProvider" `
104104
1051053- ` php artisan vendor:publish --tag=laravel-fulltext `
106106
1071074- ` 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 `
You can’t perform that action at this time.
0 commit comments