Faster With Yii2-Rbac-Cached

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

[size="5"]Installation[/size]

add


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

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

[size="5"]Usage Example[/size]




'components' => [

    // the rest of your components section

    'authManager' => [

        'class' => 'letyii\rbaccached\RbacCached',

    ],

]