Skip to content

Commit 6ab94a3

Browse files
committed
updates readme file
1 parent f853c88 commit 6ab94a3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Laravel Blog Package
2-
## Easy to install Laravel Package for adding a full blog (with admin backend) to your Laravel app
2+
## Easy to install Laravel Blog Package with admin backend - With Multi-level categories
33
It has everything you need to quickly and easily add a blog to your laravel app.
44

55
### Quick and easy installation
@@ -8,7 +8,7 @@ Install with following command and follow the instructions.
88

99
composer require hessam/laravel-blogger
1010

11-
### For Complete Setup Instructions (with video guide), please Visit [The Install Guide](https://hessam.binshops.com/laravel-blog-package/)
11+
### For Complete Setup Instructions (with video guide), please Visit [The Install Guide](https://hessam.binshops.com/laravel-blog-package#setup)
1212

1313
To see package on Packagist click this [Link](https://packagist.org/packages/hessam/laravel-blogger)
1414

@@ -78,7 +78,7 @@ To see package on Packagist click this [Link](https://packagist.org/packages/hes
7878

7979
## How to install Laravel Blogger to your laravel app
8080

81-
Please see my [Laravel Blogger Package Documentation/install guide](https://hessam.binshops.com/laravel-blog-package/) for install instructions. (It is very simple - done via composer/artisan commands, plus adding one method to your \App\User model (`canManageBlogEtcPosts()` which should return `true` if this user can manage the blog).
81+
Please see my [Laravel Blogger Package Documentation/install guide](https://hessam.binshops.com/laravel-blog-package#setup) for install instructions. (It is very simple - done via composer/artisan commands, plus adding one method to your \App\User model (`canManageBlogEtcPosts()` which should return `true` if this user can manage the blog).
8282

8383

8484
## How to customise the blog views/templates
@@ -119,6 +119,7 @@ There is a built in captcha (anti spam comment) system built in, which will be e
119119

120120
1) Added full text search and search views. You have to enable it in the config file (see latest config file)
121121
2) Need more than the 3 default image sizes? Add more in the config/blogetc.php file, add the database column for it and it'll work!
122+
3) Multi-level category feature (now is limited to 3 levels)
122123

123124
## Having problems, something is not working?
124125

@@ -141,6 +142,7 @@ After upgraded to latest version follows these steps:
141142
- run `php artisan vendor:publish --provider="WebDevEtc\BlogEtc\BlogEtcServiceProvider"`
142143

143144
## Version History
145+
- 7.3.2 Some bug fixes
144146
- 7.3.0 New Admin UI
145147
- 7.2.2
146148
- bug fix: do not show search bar when it's disabled

0 commit comments

Comments
 (0)