bethrezen/yii2-cached-rbac-dbmanager
Composer 安装命令:
composer require bethrezen/yii2-cached-rbac-dbmanager
包简介
Allows caching of permissions in yii\rbac\DbManager
关键字:
README 文档
README
Allows caching of permissions in yii\rbac\DbManager
WARNING Yii2 now supports native cache for yii\rbac\DbManager. See yiisoft/yii2#3168
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist bethrezen/yii2-cached-rbac-dbmanager "*"
or add
"bethrezen/yii2-cached-rbac-dbmanager": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply configure your application to use \bethrezen\CachedDbManager:
'components' => [
// the rest of your components section
'authManager' => [
'class'=>'\bethrezen\CachedDbManager',
],
]
统计信息
- 总下载量: 15.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2014-06-02