gamelife / laravel-rbac
This package provides a flexible way to add Role-based Permissions to Laravel
Installs: 60
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/gamelife/laravel-rbac
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
abilityblade directive bug. -
add
artisan commandfor quickly develop. -
improve dode and other.
-
fix
abilitymiddleware bug.