library yii2-rbac
Yii2 Rbac
giicms/yii2-rbac
Yii2 Rbac
- Thursday, May 5, 2016
- by giicms
- Repository
- 1 Watchers
- 0 Stars
- 2 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
yii2-rbac
Yii2 Rbac, (*1)
Installation
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require "giicms/yii2-rbac" "dev-master"
or add, (*4)
"giicms/yii2-rbac": "dev-master"
to the require section of your application's composer.json
file., (*5)
Usage Example
'modules' => [
'rbac' => [
'class' => 'giicms\rbac\Module',
],
],