Skip to content

g-rodigy/yii2-admin

This branch is 7 commits behind mdmsoft/yii2-admin:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5b0966e Â· Sep 7, 2020
Mar 11, 2016
Nov 12, 2018
Aug 27, 2020
May 25, 2018
Mar 12, 2016
Mar 17, 2018
Aug 20, 2018
Jun 5, 2020
Aug 9, 2016
Sep 7, 2020
Aug 9, 2016
Nov 9, 2016
May 1, 2020
Mar 13, 2016
Mar 13, 2016
May 1, 2020
Mar 14, 2016
Mar 9, 2016
Nov 9, 2016
Jun 25, 2020
May 1, 2020
Mar 14, 2016

Repository files navigation

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

About

Auth manager for Yii2 (RBAC Manager)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.3%
  • JavaScript 2.8%
  • TSQL 1.5%
  • Other 0.4%