You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# 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
3
3
It has everything you need to quickly and easily add a blog to your laravel app.
4
4
5
5
### Quick and easy installation
@@ -8,7 +8,7 @@ Install with following command and follow the instructions.
8
8
9
9
composer require hessam/laravel-blogger
10
10
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)
12
12
13
13
To see package on Packagist click this [Link](https://packagist.org/packages/hessam/laravel-blogger)
14
14
@@ -78,7 +78,7 @@ To see package on Packagist click this [Link](https://packagist.org/packages/hes
78
78
79
79
## How to install Laravel Blogger to your laravel app
80
80
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).
82
82
83
83
84
84
## 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
119
119
120
120
1) Added full text search and search views. You have to enable it in the config file (see latest config file)
121
121
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)
122
123
123
124
## Having problems, something is not working?
124
125
@@ -141,6 +142,7 @@ After upgraded to latest version follows these steps:
141
142
- run `php artisan vendor:publish --provider="WebDevEtc\BlogEtc\BlogEtcServiceProvider"`
142
143
143
144
## Version History
145
+
- 7.3.2 Some bug fixes
144
146
- 7.3.0 New Admin UI
145
147
- 7.2.2
146
148
- bug fix: do not show search bar when it's disabled
0 commit comments