Yii2 RBAC cached ¶
Installation ¶
The preferred way to install this extension is through composer. Either run
php composer.phar require "letyii/yii2-rbac-cached" "dev-master"
or add
"letyii/yii2-rbac-cached": "dev-master"
to the require section of your application's composer.json file.
Usage Example ¶
'components' => [
// the rest of your components section
'authManager' => [
'class' => 'letyii\rbaccached\RbacCached',
],
]
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.