m-comscience / yii2-homer-asset
Yii2高级应用模板的Bootstrap主题
v1.0.0
2018-11-19 13:06 UTC
Requires
- bower-asset/bootbox: ^4.0
- bower-asset/fontawesome: 4.*
- kartik-v/yii2-icons: *
- yiisoft/yii2: ~2.0.14
- yiisoft/yii2-bootstrap: ~2.0.0
This package is auto-updated.
Last update: 2024-09-20 01:46:59 UTC
README
Yii2高级应用模板的Bootstrap主题
安装
安装此扩展的首选方法是通过 composer。
安装
composer require m-comscience/yii2-homer-asset
用法
配置组件: frontend/config/main.php
或 backend/config/main.php
'components' => [ // ... 'view' => [ 'theme' => [ 'pathMap' => [ //'@homer/views' => '@common/themes/custom-theme/views', // override view '@app/views' => '@homer/views', ], ], ], ],