gamelife / laravel-rbac
This package is abandoned and no longer maintained.
No replacement package was suggested.
This package provides a flexible way to add Role-based Permissions to Laravel
v0.2.3
2017-11-24 13:37 UTC
Requires
- php: >=7.0.0
- illuminate/console: ^5.5
- illuminate/database: ^5.5
- illuminate/support: ^5.5
This package is not auto-updated.
Last update: 2020-01-24 17:28:23 UTC
README
laravel-rbac: Role-based Permissions for Laravel 5.5+
Documentation
Please go to Laravel rbac wiki view documentation.
Contributor
Welcome help me improve laravel rbac.
Changelog
v0.2.3 (2017-11-01)
- fix permission model reference.
v0.2.2-rc (2017-11-01)
-
fix
ability
blade directive bug. -
add
artisan command
for quickly develop. -
improve dode and other.
-
fix
ability
middleware bug.