Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using my own views #417

Open
gvalmana opened this issue Mar 23, 2019 · 2 comments
Open

Using my own views #417

gvalmana opened this issue Mar 23, 2019 · 2 comments
Labels

Comments

@gvalmana
Copy link

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
Copy link
Collaborator

sihar commented Mar 16, 2020

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

@sihar sihar added the question label Mar 16, 2020
@ishitat
Copy link

ishitat commented Jul 7, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants