Revision #73 has been created by rackycz on Mar 30, 2021, 9:29:46 PM with the memo:
AdminLTE
« previous (#72) next (#74) »
Changes
Title
unchanged
Yii v2 snippet guide III
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
tutorial,yii2,beginer
Content
changed
[...]
There are also more Yii2 extensions for integration of AdminLTE into Yii project:
- https://www.yiiframework.com/extension/insolita/yii2-adminlte-widgets
- http://adminlte.yiister.ru/site/boxes
- https://www.yiiframework.com/extension/hail812/yii2-adminlte3 (composer installation failed)
- https://www.yiiframework.com/extension/yii2-adminlte-asset, ([git
)[](https://github.com/dmstr/yii2-adminlte-asset
])
- https://github.com/yidas/yii2-adminlte
- https://codeclimate.com/github/cjtterabytesoft/yii2-adminlte-basic/widgets/MainSidebar.php/source
I picked AdminLTE v2 (because it uses the same Bootstrap as Yii2 demos) and I tested some extensions which should help with implementation.[...]