xandrkat / radmin

GUI manager for RBAC (Role Base Access Control) Yii2. Easy to manage authorization of user.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RBAC Manager for Yii 2

GUI manager for RBAC (Role Base Access Control) Yii2. Easy to manage authorization of user.

Documentation

Installation

Install With Composer

The preferred way to install this extension is through composer.

Either run

php composer.phar require xandrkat/yii2-radmin

or

composer require xandrkat/yii2-radmin

Or, you may add

"xandrkat/yii2-radmin": "*"

to the require section of your composer.json file and execute php composer.phar update or composer update.

Install From the Archive

In your application config, add the path alias for this extension.

return [
    ...
    'aliases' => [
        '@radmin' => 'path/to/your/extracted',
        // for example: '@xandrkat/radmin' => '@app/extensions/xandrkat/yii2-radmin-2.0.0',
    ]
];

About

GUI manager for RBAC (Role Base Access Control) Yii2. Easy to manage authorization of user.

License:GNU General Public License v3.0


Languages

Language:PHP 95.8%Language:JavaScript 3.7%Language:Batchfile 0.3%Language:CSS 0.2%