2017 © Pedro Peláez
 

yii2-extension yii2-rbac

An RBAC extension for yii2

image

atans/yii2-rbac

An RBAC extension for yii2

  • Sunday, January 8, 2017
  • by atans
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Yii2 RBAC Extension

An RBAC extension for yii2, (*1)

Installation

Step 1

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

composer atans/yii2-rbac "*"

or add, (*4)

"atans/yii2-rbac": "*"

to the require section of your composer.json file., (*5)

Step 3

Update database schema, (*6)

$ php yii migrate/up --migrationPath=@yii/rbac/migrations

Usage

```php // config/main.php, (*7)

'modules' => [
    'rbac' => 'atans\rbac\Module',
],

The Versions

08/01 2017

dev-master

9999999-dev

An RBAC extension for yii2

  Sources   Download

MIT

The Requires

 

by Avatar atans

extension yii2 rbac

08/01 2017

1.0.0

1.0.0.0

An RBAC extension for yii2

  Sources   Download

MIT

The Requires

 

by Avatar atans

extension yii2 rbac