@@ -89,21 +89,16 @@ Default Front URI: `/en/blog`
89
89
90
90
To see package on Packagist click this [ Link] ( https://packagist.org/packages/binshops/laravel-blog )
91
91
92
- ### Single Language Version
92
+ ### Multi Language Version (Old)
93
93
To install the single language version of the package use version v8.1x:
94
94
95
- 1- ` composer require binshops/laravel-blog:v8.2.0 `
95
+ 1- ` composer require binshops/laravel-blog:v9.3.6 `
96
96
97
97
2- ` php artisan vendor:publish --provider="BinshopsBlog\BinshopsBlogServiceProvider" `
98
98
99
- 3- ` php artisan vendor:publish --tag=laravel-fulltext `
99
+ 3- ` php artisan migrate; `
100
100
101
- 4- ` php artisan migrate; `
102
-
103
- You can see the single version in "single-lang" branch. The major difference with multi-language version is the database structure.
104
-
105
- ## Important Notes
106
- - For laravel 8.x's default auth User model, change user model in ` binshopsblog.php ` to: ` \App\Models\User::class `
101
+ You can see the single version in "multi-lang" branch. The major difference with multi-language version is the database structure.
107
102
108
103
## Features
109
104
- Compatible with latest laravel version (laravel 8.x)
@@ -120,7 +115,8 @@ You can see the single version in "single-lang" branch. The major difference wit
120
115
- Other options include using Disqus comments or disabling comments
121
116
122
117
## Recent Changes
123
- - ** 9.1.x** Multi language support
118
+ - ** 10.x** Latest version
119
+ - 9.1.x Multi language support
124
120
- 8.0.x Compatibility with Laravel 8.x
125
121
126
122
## What/who this package is for:
0 commit comments