Skip to content

Instantly share code, notes, and snippets.

View Haezal's full-sized avatar

Haezal Musa Haezal

  • University of Malaya
  • Bukit Jalil
View GitHub Profile

#Laravel 5 Simple ACL manager

Protect your routes with user roles. Simply add a 'role_id' to the User model, install the roles table and seed if you need some example roles to get going.

If the user has a 'Root' role, then they can perform any actions.

Installation

Simply copy the files across into the appropriate directories, and register the middleware in App\Http\Kernel.php