davidjeddy / yii2-zeroforksgiven-theme
There is no license information available for the latest version (dev-master) of this package.
Zero Forks Given Theme
Package info
github.com/davidjeddy/yii2-zeroforksgiven-theme
Language:CSS
Type:theme
pkg:composer/davidjeddy/yii2-zeroforksgiven-theme
dev-master
2016-03-17 22:12 UTC
This package is auto-updated.
Last update: 2026-03-05 22:11:05 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',],
],
],
],