vova07 / yii2-start-themes
The themes extension for Yii2-Start application.
Installs: 10 522
Dependents: 2
Suggesters: 0
Security: 0
Stars: 7
Watchers: 4
Forks: 10
Open Issues: 0
Language:JavaScript
Type:yii2-extension
This package is not auto-updated.
Last update: 2024-10-26 16:46:55 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' ],