yii2-rbac-cached Cached for yii2 RBAC

  1. Yii2 RBAC cached
  2. Installation
  3. Usage Example
  4. Download

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',
    ],
]

Download

0 0
3
0
Yii Version: 2.0
License: MIT
Category: Auth
Developed by: Ngựa Gỗ Ngựa Gỗ
Created: Jun 7, 2014
Updated: 12 years ago

Related Extensions