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
+7-26Lines changed: 7 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
# Laravel Blog Package
2
-
## Easy to install Laravel Blog Package with admin backend - With Multi-level categories
1
+
# Complete Laravel Blog Package
2
+
## With Multi-level Categories and Full Text Search
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
@@ -12,6 +12,9 @@ Install with following command and follow the instructions.
12
12
13
13
To see package on Packagist click this [Link](https://packagist.org/packages/hessam/laravel-blogger)
14
14
15
+
## Recent Changes
16
+
-**8.0.0** Compatibility with Laravel 8
17
+
15
18
### Screen Shots
16
19
17
20
<palign="center">
@@ -98,12 +101,6 @@ To see package on Packagist click this [Link](https://packagist.org/packages/hes
98
101
2) if `use_custom_view_files` is enabled in the config (which it is by default), it means that any post with a custom view file set (details in the docs) can include any file within `/resources/views/custom_blog_posts`, which blade will execute. This package gives no method to edit any file within that directory though.
99
102
100
103
101
-
102
-
## How to install Laravel Blogger to your laravel app
103
-
104
-
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).
105
-
106
-
107
104
## How to customise the blog views/templates
108
105
109
106
After doing the correct `vendor:publish`, all of the default template files will be found in /resources/views/vendor/blogetc/ and are easy to edit to match your needs.
@@ -137,16 +134,7 @@ There is a built in captcha (anti spam comment) system built in, which will be e
137
134
138
135
Please see [this Captcha docs](https://hessam.binshops.com/laravel-blog-package#captcha) for more details.
139
136
140
-
141
-
## Recent changes:
142
-
143
-
1) Added full text search and search views. You have to enable it in the config file (see latest config file)
144
-
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!
145
-
3) Multi-level category feature (now is limited to 3 levels)
146
-
147
-
## Having problems, something is not working?
148
-
149
-
*Image upload errors?*
137
+
## Image upload errors
150
138
151
139
Try adding this to config/app.php:
152
140
@@ -156,15 +144,8 @@ Try adding this to config/app.php:
156
144
- Ensure that /public/blog_images (or whatever directory you set it to in the config) is writable by the server
157
145
- You might need to set a higher memory limit, or upload smaller image files. This will depend on your server. I've used it to upload huge (10mb+) jpg images without problem, once the server was set up correctly to handle larger file uploads.
158
146
159
-
## After Upgrade to v7.1.4
160
-
After upgraded to latest version follows these steps:
161
-
- run `php artisan vendor:publish --tag=laravel-fulltext --force `
162
-
- In `config/laravel-fulltext.php` file change exclude_feature_enabled to `true` and change exclude_records_column_name to `is_published`
163
-
164
-
## After Upgrade to 7.2.x
165
-
- run `php artisan vendor:publish --provider="WebDevEtc\BlogEtc\BlogEtcServiceProvider"`
0 commit comments