gguney / rbac
Role based access control for company and module based application.
v1.0
2017-09-23 15:58 UTC
Requires
- php: >=5.6 || 7.0
Requires (Dev)
- php: >=5.6 || 7.0
This package is auto-updated.
Last update: 2024-11-11 20:07:03 UTC
README
Another role based access control package for Laravel 5.
Requirements
- RBAC works with PHP 5.6 or above.
Installation
$ composer require gguney/rbac
Usage
Add package's service provider to your config/app.php
... GGuney\RBAC\RBACServiceProvicer::class, ... 'aliases' => [ ... 'RBAC' => RBAC\Facades\RBAC::class, ], ...
Author
Gökhan Güney - gokhanguneygg@gmail.com
License
RBAC is licensed under the MIT License - see the LICENSE
file for details