letyii/yii2-rbac-cached

为 yii2 RBAC 缓存

v1.0 2014-06-07 14:25 UTC

This package is not auto-updated.

Last update: 2024-09-18 05:13:59 UTC


README

为 yii2 RBAC 缓存

安装

安装此扩展的首选方式是通过 composer

运行以下命令之一:

php composer.phar require "letyii/yii2-rbac-cached" "dev-master"

或者将以下内容添加到应用 composer.json 文件的 require 部分:

"letyii/yii2-rbac-cached": "dev-master"

to the require section of your application's composer.json file.

使用示例

'components' => [
    // the rest of your components section
    'authManager' => [
        'class' => 'letyii\rbaccached\RbacCached',
    ],
]

github: https://github.com/letyii/yii2-rbac-cached

packagist: https://packagist.org.cn/packages/letyii/yii2-rbac-cached