File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,18 @@ Congrats! Your blog is ready to use. (URLs are customizable in the config file)
83
83
84
84
To see package on Packagist click this [ Link] ( https://packagist.org/packages/binshops/laravel-blog )
85
85
86
- ### Bagisto version
87
- To see the Bagisto version of this package go to ` bagisto-compatible ` branch
86
+ ### Single Language Version
87
+ To install the single language version of the package use version v8.1x:
88
+
89
+ 1- ` composer require binshops/laravel-blog:v8.1.1 `
90
+
91
+ 2- ` php artisan vendor:publish --provider="BinshopsBlog\BinshopsBlogServiceProvider" `
92
+
93
+ 3- ` php artisan vendor:publish --tag=laravel-fulltext `
94
+
95
+ 4- ` php artisan migrate; `
96
+
97
+ You can see the single version in "single-lang" branch.
88
98
89
99
## Important Notes
90
100
- 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