2017 © Pedro Peláez
 

library yii2-admin

基于yii2的rbac权限扩展包

image

yii-china/yii2-admin

基于yii2的rbac权限扩展包

  • Friday, April 20, 2018
  • by yii-china.com
  • Repository
  • 1 Watchers
  • 1 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 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

20/04 2018

dev-master

9999999-dev http://www.yii-china.com

基于yii2的rbac权限扩展包

  Sources   Download

The Requires

 

The Development Requires

by huangxianan

20/04 2018

v1.0.2

1.0.2.0 http://www.yii-china.com

基于yii2的rbac权限扩展包

  Sources   Download

The Requires

 

The Development Requires

by huangxianan

20/04 2018

1.0.1

1.0.1.0 http://www.yii-china.com

基于yii2的rbac权限扩展包

  Sources   Download

The Requires

 

The Development Requires

by huangxianan