mdmsoft / yii2-admin

Auth manager for Yii2 (RBAC Manager)
GNU General Public License v3.0
1.16k stars 574 forks source link

Using my own views #417

Open gvalmana opened 5 years ago

gvalmana commented 5 years ago

Hello i need some help using my own views, i need to change the theme of the forms usin CSS class of AdminLTE or modify the view, some body can help me thanks

sihar commented 4 years ago

Because yii2-admin depends on yii2-adminlte-asset, you can start from here

ishitat commented 4 years ago

you can do like this: 'components' => [ 'view' => [ 'theme' => [ 'pathMap' => [ '@vendor/mdmsoft/yii2-admin/views' => '@app/views/roles' ] ] ], ]