digit-soft / laravel-rbac
Laravel RBAC implementation.
dev-master / 1.0.x-dev
2019-09-19 08:27 UTC
Requires
- php: >=7.1
- laravel/framework: ~5.6
This package is auto-updated.
Last update: 2022-07-19 19:27:18 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.