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
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: 2025-03-20 02:48:33 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', ], ], ], ],