m-comscience/yii2-homer-asset

Yii2高级应用模板的Bootstrap主题

安装: 30

依赖者: 0

建议者: 0

安全: 0

星星: 0

关注者: 2

分支: 0

公开问题: 0

类型:yii2-extension

v1.0.0 2018-11-19 13:06 UTC

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.phpbackend/config/main.php

'components' => [
    // ...
    'view' => [
        'theme' => [
            'pathMap' => [
                //'@homer/views' => '@common/themes/custom-theme/views', // override view
                '@app/views' => '@homer/views',
            ],
        ],
    ],
],