Revision #72 has been created by rackycz on Mar 30, 2021, 9:28:22 PM with the memo:
AdminLTE
« previous (#71) next (#73) »
Changes
Title
unchanged
Yii v2 snippet guide III
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
tutorial,yii2,beginer
Content
changed
[...]
I picked AdminLTE v2 (because it uses the same Bootstrap as Yii2 demos) and I tested some extensions which should help with implementation.
But lets start with quick info about how to use AdminLTE v2 without extensions in Yii2 demo application.
**- Manual integration of v2.4 - Asset File creation**
---[...]
Now you are done, you can start using HTML and JS stuff from AdminLTE. So lets check extensions which will do it for us
**- Insolita extension**
--[...]
- This must be added manually or by modifying LteBox
**- Yiister**
--
Its web explains everything. Very usefull: http://adminlte.yiister.ru[...]
Plus Error page.
**- dmstr/yii2-adminlte-asset**
--[...]
######**
- Changing AdminLTE font**
---
AdminLTE is using font Source Sans Pro. If you want a different one, pick it on Google Fonts and modify the layout file like this:
```[...]