Skip to content

Commit 160bbc0

Browse files
committed
readme update
1 parent f8eae68 commit 160bbc0

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,21 +89,16 @@ Default Front URI: `/en/blog`
8989

9090
To see package on Packagist click this [Link](https://packagist.org/packages/binshops/laravel-blog)
9191

92-
### Single Language Version
92+
### Multi Language Version (Old)
9393
To install the single language version of the package use version v8.1x:
9494

95-
1- `composer require binshops/laravel-blog:v8.2.0`
95+
1- `composer require binshops/laravel-blog:v9.3.6`
9696

9797
2- `php artisan vendor:publish --provider="BinshopsBlog\BinshopsBlogServiceProvider"`
9898

99-
3- `php artisan vendor:publish --tag=laravel-fulltext`
99+
3- `php artisan migrate;`
100100

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.
107102

108103
## Features
109104
- 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
120115
- Other options include using Disqus comments or disabling comments
121116

122117
## Recent Changes
123-
- **9.1.x** Multi language support
118+
- **10.x** Latest version
119+
- 9.1.x Multi language support
124120
- 8.0.x Compatibility with Laravel 8.x
125121

126122
## What/who this package is for:

0 commit comments

Comments
 (0)