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.

fingerprint

Role-based
authentication

Three default user roles with different
permission levels to access and edit the
blog: admin, author, member.

security

Out of the box CRUD
functionalities

Fully-implemented content and user
management. Everything an admin
should be able to do.

dashboard

Additional Material
goodies

You also get Material Kit PRO and
Material Dashboard PRO for free,
with the blog.

layers

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:

category

CATEGORIES

60% Complete

You can create categories for articles and add a suggestive picture and description for each category, in addition to editing and deleting categories.

local_offer

TAGS

60% Complete

You can edit, delete and add article tags and color-code them for a better user experience. Tags make browsing articles a lot easier and more intuitive.

menu_book

ARTICLES

60% Complete

This is probably one of the functionalities which will save you the most time, as every article has a picture, belongs to a category and can have multiple tags.

person

USERS

60% Complete

Users and their roles are listed, with the possibility of adding new ones or editing and deleting existing ones.

verified_user

ROLES

60% Complete

Each user has an assigned role, which you can edit or delete. The roles dictate the user`s privilege levels.

recent_actors

PROFILES

60% Complete

You have the option of editing the logged in user`s profile, including personal details and password.

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.
all_inbox

Eloquent ORM

Beautiful, simple ActiveRecord implementation for working with your database.

alarm

Events

Simple observer implementation, allowing you to subscribe and listen for various events.

lock

Gates & policies

The two primary ways of authorizing user actions against a given resource in Laravel.

wb_cloudy

File storage

Laravel provides a powerful filesystem abstraction. It`s amazingly simple to switch between storages.