Awesome
WARNING: This extension is not more maintained
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'
],