dev-master
9999999-devRBAC Auth manager for Yii2
BSD-3-Clause
The Requires
The Development Requires
by Carlos Castro
auth yii rbac admin
RBAC Auth manager for Yii2
GUI manager for RABC (Role Base Access Control) Yii2. Easy to manage authorization of user :smile:., (*1)
Important: If you install version 3.x, please see this readme., (*3)
The preferred way to install this extension is through composer., (*4)
Either run, (*5)
php composer.phar require hornetalcala/yii2-admin "~1.0" or php composer.phar require hornetalcala/yii2-admin "~2.0"
or for the dev-master, (*6)
php composer.phar require hornetalcala/yii2-admin "2.x-dev"
Or, you may add, (*7)
"hornetalcala/yii2-admin": "~2.0"
to the require section of your composer.json
file and execute php composer.phar update
., (*8)
Download the latest release from here releases, then extract it to your project. In your application config, add the path alias for this extension., (*9)
return [ ... 'aliases' => [ '@mdm/admin' => 'path/to/your/extracted', // for example: '@mdm/admin' => '@app/extensions/mdm/yii2-admin-2.0.0', ... ] ];
More..., (*10)
screenshots, (*11)
RBAC Auth manager for Yii2
BSD-3-Clause
auth yii rbac admin