mztest/yii2-admin

RBAC Auth manager for Yii2

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 574

Open Issues: 0

Type:yii2-extension

3.20.0 2024-08-24 09:19 UTC

README

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

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

Documentation

Important: If you install version 3.x, please see this readme.

Installation

Install With Composer

The preferred way to install this extension is through composer.

Either run

php composer.phar require mztest/yii2-admin "~2.0"

Or, you may add

"mztest/yii2-admin": "~2.0"

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

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.

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

More...

screenshots