hscstudio / yii2-mimin

Simple RBAC Manager for Yii2 (minify of yii2-admin)
51 stars 33 forks source link

mistake Class hscstudio\yii2-mimin\components\AccessControl does not exist #2

Closed dyar74 closed 9 years ago

dyar74 commented 9 years ago

Class hscstudio\yii2-mimin\components\AccessControl does not exist. Yii2 2.0.6 basic. $config = [ ... 'as access' => [ 'class' => 'hscstudio\mimin\components\AccessControl', 'allowActions' => [ // add wildcard allowed action here! 'site/', 'debug/', 'mimin/*', // only in dev mode ], ]

hscstudio commented 9 years ago

In fact, You can see file AccessControl in folder hscstudio\yii2-mimin\components ?

Because in my pc, its run well, any ideas?

dyar74 commented 9 years ago

In fact all files present. What OS you use? And may be conflict with my other extensions? I am start with apache2 on Ubuntu server

hscstudio commented 9 years ago

I develop in OS Windows... maybe You can add \ in front of hscstudio 'class' => '\hscstudio\mimin\components\AccessControl',

dyar74 commented 9 years ago

I am install free basic yii2 and not have this mistake