kongoon / yii2-theme-adminlte
Backend theme for Yii2 Framework
dev-master
2015-05-03 08:49 UTC
Requires
- bower-asset/admin-lte: ~2.0
- cebe/yii2-gravatar: 1.*
- rmrevin/yii2-fontawesome: 2.9.*
- yiisoft/yii2: 2.*
- yiisoft/yii2-bootstrap: 2.*
This package is auto-updated.
Last update: 2024-10-19 09:15:20 UTC
README
Theme for Yii2 Web Application
Installation
php composer.phar require --prefer-dist kongoon/yii2-theme-adminlte "*"
or add
"kongoon/yii2-theme-adminlte": "*"
to the require section of your composer.json file.
Usage
Open your layout views/layouts/main.php and add
'components' => [
'view' => [
'theme' => [
'pathMap' => [
'@app/views' => '@vendor/kongoon/yii2-theme-adminlte/views/'
],
],
],
],