2017 © Pedro Peláez
 

yii2-extension yii2-admin

RBAC Auth manager for Yii2

image

hornetalcala/yii2-admin

RBAC Auth manager for Yii2

  • Saturday, April 16, 2016
  • by hornetalcala
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 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 hornetalcala/yii2-admin "~1.0"
or
php composer.phar require hornetalcala/yii2-admin "~2.0"

or for the dev-master, (*6)

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

Or, you may add, (*7)

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

16/04 2016

dev-master

9999999-dev

RBAC Auth manager for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Carlos Castro

auth yii rbac admin