Revision #85 has been created by rackycz on Apr 2, 2021, 9:09:49 AM with the memo:
AdminLTE
« previous (#84) next (#86) »
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**
---
- Open [documentation](https://adminlte.io/docs/2.4/installation) and run composer or download all dependencies in ZIP.[...]
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**
--
Works good for many UI items: Boxes, Tile, Callout, Alerts and Chatbox.[...]
- This must be added manually or by modifying LteBox
**- Yiister**
--
Its web explains everything. Very usefull: http://adminlte.yiister.ru
You only need the Asset File from this article and then install Yiister. Sadly it hasn't been updated since 2015.[...]
Plus Error page.
**- dmstr/yii2-adminlte-asset**
--
Officially mentioned on AdminLTE web. Renders only Menu and Alert.
Provides mainly the Asset file and Gii templates. Gii templates automatically fix the GridView design, but you can find below how to do it manually.
**- **Other enhancements**
---
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:
```
<link href="https://fonts.googleapis.com/css2?family=Palanquin+Dark:wght@400;500;600;700&display=swap" rel="stylesheet">[...]