2017 © Pedro Peláez
 

library yii2-gui-rbac

Yii 2 RBAC management GUI interface

image

githubjeka/yii2-gui-rbac

Yii 2 RBAC management GUI interface

  • Tuesday, September 27, 2016
  • by githubjeka
  • Repository
  • 19 Watchers
  • 75 Stars
  • 5,436 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 37 Forks
  • 5 Open issues
  • 5 Versions
  • 8 % Grown

The README.md

Total Downloads Build Status, (*1)

http://i.imgur.com/BXTKymp.jpg, (*2)

How to install

:baby_chick: Follow the commands: - Check that the component authManager has been configured. - Add to your composer.json "githubjeka/yii2-gui-rbac": "1.0.2" - Run composer update - If your project doesn't have to implement rbac then run yii migrate --migrationPath=@yii/rbac/migrations/ - Add to @app/config/main.php the code:, (*3)

// '/config/web.php' for Basic or '/backend/config/main' - Advanced Yii2 application.
'modules' => [
  'rbac' => [
    'class' => 'githubjeka\rbac\Module',
    'as access' => [ // if you need to set access
      'class' => 'yii\filters\AccessControl',
      'rules' => [
          [
              'allow' => true,
              'roles' => ['@'] // all auth users 
          ],
      ]
    ]
  ],
],
  • go to url /index.php?r=rbac

The Versions

27/09 2016

dev-master

9999999-dev https://github.com/githubjeka/gui-rbac-yii2

Yii 2 RBAC management GUI interface

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

yii2 rbac gui

24/08 2016

v1.0.2.x-dev

1.0.2.9999999-dev https://github.com/githubjeka/gui-rbac-yii2

Yii 2 RBAC management GUI interface

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 rbac gui

24/08 2016

1.0.2

1.0.2.0 https://github.com/githubjeka/gui-rbac-yii2

Yii 2 RBAC management GUI interface

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 rbac gui

20/06 2015

1.0.1

1.0.1.0 https://github.com/githubjeka/gui-rbac-yii2

Yii 2 RBAC management GUI interface

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 rbac gui

01/04 2015

1.0.0

1.0.0.0 https://github.com/githubjeka/gui-rbac-yii2

Yii 2 RBAC management GUI interface

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 rbac gui