bariew / yii2-rbac-cms-module

Rbac db module for cms.
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Can't access rbac url #3

Closed hcharly closed 9 years ago

hcharly commented 9 years ago

Hi Bariew, Thanks for this great RBAC module for Yii2. Got it installed without problem and migrations did create needed tables. But Trying to access it through "r=rbac/auth-item/index", I am getting an error: Unable to resolve the request "rbac/auth-item/index". Any Tips or hints? Thanks

bariew commented 9 years ago

Hello! I have finally updated README file. Hope it will help - https://github.com/bariew/yii2-rbac-cms-module. In short, you need to define rbac module in config and apply module migrations.

hcharly commented 9 years ago

Yes, worked after updating config. Many Thanks Bariew