digit-soft/laravel-rbac

Laravel RBAC implementation.

dev-master / 1.0.x-dev 2019-09-19 08:27 UTC

This package is auto-updated.

Last update: 2024-04-19 23:29:21 UTC


README

Simple DB based RBAC (Role based access control) component for Laravel 5. It has no caching, made for using with PHP-PM, so permissions and roles are always loaded to memory.

You can find methods to use in Rbac facade.