This package provides a flexible way to add Role-based Permissions to Laravel. Fork of original with Laravel 5.4+ support, make Cache tag support optional and more.
A simple ACL trait to allow authorization checks using whatever authorization package is desired. Currently supports Laravel Default, Shinobi, Sentinel and Entrust.
Middleware associated with Laravel Doctrine ACL. This middleware will check permissions for access to routes, based on the route name and the request type.