giicms / yii2-rbac
Yii2 Rbac
dev-master
2016-05-05 08:53 UTC
Requires
- php: >=5.4
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-15 19:24:45 UTC
README
Yii2 Rbac
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require "giicms/yii2-rbac" "dev-master"
or add
"giicms/yii2-rbac": "dev-master"
to the require section of your application's composer.json
file.
Usage Example
'modules' => [ 'rbac' => [ 'class' => 'giicms\rbac\Module', ], ],