githubjeka / gui-rbac-yii2

GUI for RBAC Yii2 Auth manager
https://basic-rbac-githubjeka.c9.io/basic/web/index.php?r=rbac
84 stars 38 forks source link

Help me please!! #5

Closed pitux closed 9 years ago

pitux commented 9 years ago

Hello! I'm new on this, and i want to start the module, i have added 'authManager' => [ 'class' => 'yii\rbac\DbManager', ], in my /common/config/main-local.php, now i need to find the file called config.php to continue, can you help me? Thanks, regards.

githubjeka commented 9 years ago
'authManager' => [
'class' => 'yii\rbac\DbManager',
],

should be in common/config/main.php

githubjeka commented 9 years ago

README was updated