vova07 / yii2-start-themes
The themes extension for Yii2-Start application.
Package info
github.com/vova07/yii2-start-themes
Language:JavaScript
Type:yii2-extension
pkg:composer/vova07/yii2-start-themes
0.1.6
2015-06-05 09:53 UTC
This package is not auto-updated.
Last update: 2026-03-01 00:20:38 UTC
README
Yii2-Start themes.
This is the main themes extension for Yii2-Start application.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist vova07/yii2-start-themes "*"
or add
"vova07/yii2-start-themes": "*"
to the require section of your composer.json file.
Configuration
Edit view section in your backend application config file:
'view' => [ 'theme' => 'vova07\themes\admin\Theme' ],
or
'view' => [ 'theme' => 'vova07\themes\site\Theme' ],