powerkernel / yii2-theme-adminlte
AdminLTE theme for Yii2
Package info
github.com/powerkernel/yii2-theme-adminlte
Type:yii2-extension
pkg:composer/powerkernel/yii2-theme-adminlte
dev-master
2019-01-30 13:59 UTC
Requires
- almasaeed2010/adminlte: ~2.3.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-02-17 03:30:43 UTC
README
AdminLTE theme for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist powerkernel/yii2-theme-adminlte "*"
or add
"powerkernel/yii2-theme-adminlte": "*"
to the require section of your composer.json file.
Usage
Once the theme is installed, simply use it in your code by :
Comming soon