Skip to content

Commit 0868515

Browse files
committed
readme update for single language version
1 parent 2d984de commit 0868515

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,18 @@ Congrats! Your blog is ready to use. (URLs are customizable in the config file)
8383

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

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

8999
## Important Notes
90100
- For laravel 8.x's default auth User model, change user model in `binshopsblog.php` to: `\App\Models\User::class`

0 commit comments

Comments
 (0)