Custom Permission Based Access Control Yii2 Extension
Via Composer
$ composer require cottacush/yii2-permissions-ext
$ ./yii migrate/up --migrationPath=@vendor/cottacush/yii2-permissions-ext/migrations
Add implementation of ManagerInterface to components
//App Config
'components' =>
[
//...
'permissionManager' => [
'class' => '\cottacush\rbac\DbPermissionManager'
],
//...
]
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email developers@cottacush.com instead of using the issue tracker.
- Adegoke Obasa goke@cottacush.com
- Olawale Lawal wale@cottacush.com
- All Contributors
The MIT License (MIT). Please see License File for more information.