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
+3-13Lines changed: 3 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
1
# Laravel Blog
2
-
Have you worked with Wordpress? Developers call this package wordpress-like laravel blog.
3
2
4
3
## [Installation Video - Less than 5 Minutes](https://youtu.be/N9NpFUqbftA)
5
4
[](https://youtu.be/N9NpFUqbftA)
6
5
7
6
### Lightweight and Comprehensive
8
7
9
-
Incredible features with a lightweight laravel blog package. I highly recommend it because:
8
+
Incredible features with a lightweight laravel blog package.
10
9
- Quick installation (<3 minutes)
11
10
- It's very easy to extend
12
11
- Included great features out-of-box
@@ -120,7 +119,7 @@ You can see the single version in "single-lang" branch.
120
119
## What/who this package is for:
121
120
122
121
- For websites running Laravel
123
-
-Who wants to have a site blog. This laravel blog gives an easy to use interface to write blog posts/assign categories/manage existing posts
122
+
-Anyone, who wants to have a site blog. This laravel blog gives an easy to use interface to write blog posts/assign categories/manage existing posts
124
123
- Where only admin users can edit/manage the blog (this is not suitable for every user on your site to be able to manage posts)
125
124
- For anyone who likes to add a wordpress-like laravel blog to laravel website
126
125
@@ -190,7 +189,7 @@ Try adding this to config/app.php:
190
189
- 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.
191
190
192
191
## Version History
193
-
-**9.2.x** Stable version of package
192
+
-**9.3.x** Stable version of package
194
193
- 9.0.x Multi-language support beta release
195
194
- 8.0.x Compatibility with Laravel 8
196
195
- 7.3.0 New Admin UI
@@ -200,12 +199,3 @@ Try adding this to config/app.php:
0 commit comments