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
@@ -62,54 +72,10 @@ To see package on Packagist click this [Link](https://packagist.org/packages/hes
62
72
63
73
## What/who this package is for:
64
74
65
-
- For websites running Laravel (6.x and higher)
66
-
- Who want to have a site blog, and have an easy to use interface to write blog posts/assign categories/manage existing posts
75
+
- For websites running Laravel
76
+
- Who wants to have a site blog, and have an easy to use interface to write blog posts/assign categories/manage existing posts
67
77
- 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)
68
-
- Where you understand that posts can (potentially) contain JS or any other code, so you should only allow trusted admin users to add/edit/delete/manage the blog posts
69
-
70
-
## What this package is NOT for:
71
-
72
-
- Sites where you want your (normal, non-admin) users to write blog posts. You must set `canManageBlogEtcPosts()` on your user model to ONLY allow trusted users.
73
-
74
-
## Features
75
-
76
-
- Includes all views, routes, models, controllers, events, etc
77
-
- Public facing pages:
78
-
- View all posts (paginated)
79
-
- View all posts in category (paginated)
80
-
- View single post
81
-
- Add comment views / confirmation views
82
-
- Search (full text search), search form, search results page.
83
-
- Admin pages:
84
-
- Posts **(CRUD Blog Posts, Upload Featured Images (auto resizes)**
85
-
- View all posts,
86
-
- Create new post,
87
-
- Edit post,
88
-
- Delete post
89
-
- Categories **(CRUD Post Categories)**
90
-
- View all categories,
91
-
- Create new category,
92
-
- Edit post,
93
-
- Delete post
94
-
- Comments **(including comment approvals)**
95
-
- View all comments,
96
-
- Approve/Moderate comment,
97
-
- Delete comment
98
-
- Upload images
99
-
- as well as uploading featured images for each blog post (and auto resizing to multiple defined sizes), you can upload images separately.
100
-
- view all uploaded images (in multiple sizes)
101
-
-**Includes admin panel**
102
-
- Create / edit posts
103
-
- Create / edit post categories
104
-
- Manage (approve/delete) submitted comments
105
-
- Multi-level category
106
-
- Allows each blog post to have featured images uploaded (you can define the actual dimensions) - in large, medium, thumbnail sizes
107
-
- fully configurable via its `config/blogetc.php` config file.
108
-
-**Includes all required view files, works straight away with no additional setup.** All view files (Blade files) use Bootstrap 4, and very clean HTML (easy to get your head around). You can easily override any view file by putting files in your `/resources/views/vendor/blogetc/` directory
109
-
-**Built in comments (using the database)**, can auto approve or require admin approval (comment moderation).
110
-
- Other options include using [Disqus](http://disqus.com/) comments or disabling comments.
111
-
- Includes unit tests.
112
-
- Fires events for any database changes, so you can easily add Event Listeners if you need to add additional logic.
78
+
- For anyone who likes to add a wordpress-like CMS to her/his web app
0 commit comments