kongoon/yii2-theme-adminlte
Composer 安装命令:
composer require kongoon/yii2-theme-adminlte
包简介
Backend theme for Yii2 Framework
关键字:
README 文档
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/'
],
],
],
],
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-03