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
98
98
### Single Language Version
99
99
To install the single language version of the package use version v8.1x:
100
100
101
- 1- ` composer require binshops/laravel-blog:v8.1.2 `
101
+ 1- ` composer require binshops/laravel-blog:v8.1.4 `
102
102
103
103
2- ` php artisan vendor:publish --provider="BinshopsBlog\BinshopsBlogServiceProvider" `
104
104
105
105
3- ` php artisan vendor:publish --tag=laravel-fulltext `
106
106
107
107
4- ` php artisan migrate; `
108
108
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.
110
110
111
111
## Important Notes
112
112
- 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