m-comscience/yii2-homer-asset

Bootstrap theme for Yii2 Advanced Application Template

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

This package is auto-updated.

Last update: 2024-04-20 00:58:32 UTC


README

Bootstrap theme for Yii2 Advanced Application Template

Installation

The preferred way to install this extension is through composer.

Install

composer require m-comscience/yii2-homer-asset

Usage

Config Component: frontend/config/main.php or backend/config/main.php

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