RBAC Manager for Yii 2
GUI manager for RABC (Role Base Access Control) Yii2. Easy to manage authorization of user :smile:., (*1)
, (*2)
Documentation
Important: If you install version 3.x, please see this readme., (*3)
Installation
Install With Composer
The preferred way to install this extension is through composer., (*4)
Either run, (*5)
php composer.phar require mdmsoft/yii2-admin "~1.0"
or
php composer.phar require mdmsoft/yii2-admin "~2.0"
or for the dev-master, (*6)
php composer.phar require mdmsoft/yii2-admin "2.x-dev"
Or, you may add, (*7)
"mdmsoft/yii2-admin": "~2.0"
to the require section of your composer.json
file and execute php composer.phar update
., (*8)
Install From the Archive
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)