jucksearm/yii2-theme-devoops
Composer 安装命令:
composer require jucksearm/yii2-theme-devoops
包简介
Yii2 Admin theme modify from DevOOPS bootstrap 3 source 'https://github.com/nnmware/devoops'
README 文档
README
Yii2 Admin theme modify from DevOOPS bootstrap 3 template
Installation
Install via composer:
composer require "jucksearm/yii2-theme-devoops"
OR add this to your composer.json require section
"jucksearm/yii2-theme-devoops": "*",
Install via zip:
download file https://github.com/jucksearm/yii2-theme-devoops/archive/master.zip
extract file to vendor folder as:
vendor
|- jucksearm
|- yii2-theme-devoops
| ......
How to use
Once the extension is installed, you can have a preview by reconfiguring the path mappings of the view component:
For Yii 2 Advanced Application Template or Basic Application Template
'components' => [ 'view' => [ 'theme' => [ 'pathMap' => [ '@app/views' => '@vendor/jucksearm/yii2-theme-devoops/views' ], ], ], ],
Components
Detailed description of all Components.
Widgets
Detailed description of all widgets.
统计信息
- 总下载量: 1.76k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-27