2017 © Pedro Peláez
 

yii2-extension yii2-admin

RBAC Auth manager for Yii2

image

pokerdragon/yii2-admin

RBAC Auth manager for Yii2

  • Tuesday, August 29, 2017
  • by Poker Dragon
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

RBAC Manager for Yii 2

GUI manager for RABC (Role Base Access Control) Yii2. Easy to manage authorization of user :smile:., (*1)

Latest Unstable Version Total Downloads Daily Downloads License Reference Status Build Status Dependency Status Scrutinizer Code Quality Code Climate, (*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)

The Versions

29/08 2017

dev-master

9999999-dev

RBAC Auth manager for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Avatar Poker Dragon

auth yii rbac admin

12/07 2017

0.1

0.1.0.0

RBAC Auth manager for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by pokerdragon

auth yii rbac admin