kokjan/vendor/mdmsoft/yii2-admin
Manop Kongoon 35a9c7f61d style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
..
assets style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
components style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
controllers style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
mail style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
messages style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
migrations style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
models style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
views style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
.travis.yml style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
AnimateAsset.php style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
AutocompleteAsset.php style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
BaseObject.php style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
CHANGELOG.md style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
LICENSE style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
Module.php style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
README.md style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
composer.json style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
composer.lock style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00

README.md

RBAC Manager for Yii 2

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

Latest Unstable Version Total Downloads Daily Downloads License Reference Status Build Status Dependency Status Scrutinizer Code Quality Code Climate

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 mdmsoft/yii2-admin "~1.0"
or
php composer.phar require mdmsoft/yii2-admin "~2.0"

or for the dev-master

php composer.phar require mdmsoft/yii2-admin "2.x-dev"

Or, you may add

"mdmsoft/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