| Package Data | |
|---|---|
| Maintainer Username: | gguney |
| Maintainer Contact: | gokhanguneygg@gmail.com (Gokhan Guney) |
| Package Create Date: | 2017-06-05 |
| Package Last Update: | 2019-06-11 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-26 03:18:40 |
| Package Statistics | |
|---|---|
| Total Downloads: | 144 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Another role based access control package for Laravel 5.
$ composer require gguney/rbac
Add package's service provider to your config/app.php
...
GGuney\RBAC\RBACServiceProvicer::class,
...
'aliases' => [
...
'RBAC' => RBAC\Facades\RBAC::class,
],
...
Gökhan Güney - gokhanguneygg@gmail.com
RBAC is licensed under the MIT License - see the LICENSE file for details