powerkernel / yii2-theme-adminlte
AdminLTE theme for Yii2
Installs: 996
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:yii2-extension
Requires
- almasaeed2010/adminlte: ~2.3.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-11-17 00:54:51 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