More than just a few example pages in a UI kit, Material Blog PRO Laravel comes with a fully-implemented backend and all the core features you need in a blog, right out of the box.
Role-based
authentication
Three default user roles with different
permission levels to access and edit the
blog: admin, author, member.
Out of the box CRUD
functionalities
Fully-implemented content and user
management. Everything an admin
should be able to do.
Additional Material
goodies
You also get Material Kit PRO and
Material Dashboard PRO for free,
with the blog.
Pre-built example
pages
Get inspired and go from prototyping
to delivery faster with the included
example pages.
Role-based authentication
CONTROL WHO ACCESSES YOUR BLOG
lockAdmins can handle both content and user management. This means adding, editing and deleting articles, categories & tags, as well as users and roles.
lockAuthors can manage content. They can add, edit or detele articles, categories and tags and edit their own profile information.
lockMembers can only comment on articles, once logged in. They can also edit their profile information.
Ready to use CRUDs
MANAGE CONTENT AND USERS
The Laravel-powered backend takes care of everything an admin should
be able to do. You get fully implemented content and user management
functionalities.
MANAGE OUT OF THE BOX:
More than some example pages
BEAUTIFULLY FUNCTIONAL DESIGNS FOR FRONTEND & BACKEND
There`s more to simple design than you think. Especially when there`s a lot going on beneath the surface. You can use these functional designs as example pages, or, better yet, simply as they are.
Admin dashboard
Profile administration
Articles by author
Category page
Article by tag
Homepage
Article page
Login page
Additional Material goodies included
The blog`s frontend is built using Material Kit PRO and Material Dashboard PRO, which you also get, for free, in addition to the blog. This means extra goodies such as hundreads of handcrafted elements and example pages.
MATERIAL KIT PRO
- 1000 Handcrafted elements
- 7 Customized plugins
- 11 Example pages
- check Bootstrap based
- check Documentation
- check Fully responsive
MATERIAL DASHBOARD PRO
- 200 Handcrafted elements
- 15 Customized plugins
- 8 Example pages
- check Bootstrap based
- check Documentation
- check Fully responsive
Behind the scenes
These are the core Laravel components we used to make the magic happen.
Eloquent ORM
Beautiful, simple ActiveRecord implementation for working with your database.
Events
Simple observer implementation, allowing you to subscribe and listen for various events.
Gates & policies
The two primary ways of authorizing user actions against a given resource in Laravel.
File storage
Laravel provides a powerful filesystem abstraction. It`s amazingly simple to switch between storages.