File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Incredible features with a lightweight laravel blog package. I highly recommend
22
22
### Quick and easy installation
23
23
1- Install via composer
24
24
25
- ` composer require binshops/laravel-blog `
25
+ ` composer require binshops/laravel-blog:v8.1.1 `
26
26
27
27
For a fresh Laravel installation run the following too:
28
28
@@ -74,12 +74,10 @@ php artisan ui vue --auth
74
74
75
75
5- Create a directory in ` public/ ` named ` blog_images `
76
76
77
- 6- Login as admin and setup your package: ` /blog_admin/setup `
78
-
79
77
Congrats! Your blog is ready to use. (URLs are customizable in the config file)
80
78
81
79
Admin panel URI: ` /blog_admin `
82
- Front URI: ` /en/ blog `
80
+ Front URI: ` /blog `
83
81
84
82
To see package on Packagist click this [ Link] ( https://packagist.org/packages/binshops/laravel-blog )
85
83
You can’t perform that action at this time.
0 commit comments