yii2-pieces-theme
Yii2 Custom Theme for zeroforksgiven.com, (*1)
Credit
Based on https://github.com/sheillendra/yii2-theme, (*2)
Installation
The preferred way to install this extension is through composer., (*3)
Either run, (*4)
php composer.phar require --prefer-dist davidjeddy/yii2-zfg-theme "*"
or add, (*5)
"davidjeddy/yii2-zfg-theme": "*"
to the require section of your composer.json
file., (*6)
Application
Change your application config (backend or frontend), (*7)
'view' => [
'theme' => [
'class' => 'davidjeddy\zfg\ZfgAsset',
'active' => 'zfg',
'pathMap' => [
'@app/views' => ['@webroot/themes/zfg/views',],
],
],
],