letyii/yii2-rbac-cached
Composer 安装命令:
composer require letyii/yii2-rbac-cached
包简介
Cached for yii2 RBAC
README 文档
README
Cached for yii2 RBAC
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', ], ]
github: https://github.com/letyii/yii2-rbac-cached
packagist: https://packagist.org/packages/letyii/yii2-rbac-cached
统计信息
- 总下载量: 2.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-06-07