m-comscience/yii2-homer-asset

Bootstrap theme for Yii2 Advanced Application Template

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/m-comscience/yii2-homer-asset

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

This package is auto-updated.

Last update: 2025-09-20 03:57:41 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',
            ],
        ],
    ],
],