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 followers
0 downloads
Yii Version: 2.0
License: MIT
Category: Auth
Tags: Cache, rbac, srbac, yii2
Developed by: Ngựa Gỗ
Created on: Jun 7, 2014
Last updated: 9 years ago

Related Extensions