davidjeddy / yii2-zeroforksgiven-theme
Zero Forks Given Theme
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Type:theme
This package is auto-updated.
Last update: 2024-11-05 19:09:55 UTC
README
Yii2 Custom Theme for zeroforksgiven.com
Credit
Based on https://github.com/sheillendra/yii2-theme
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist davidjeddy/yii2-zfg-theme "*"
or add
"davidjeddy/yii2-zfg-theme": "*"
to the require section of your composer.json
file.
Application
Change your application config (backend or frontend)
'view' => [
'theme' => [
'class' => 'davidjeddy\zfg\ZfgAsset',
'active' => 'zfg',
'pathMap' => [
'@app/views' => ['@webroot/themes/zfg/views',],
],
],
],