2017 © Pedro Peláez
 

theme yii2-zeroforksgiven-theme

Zero Forks Given Theme

image

davidjeddy/yii2-zeroforksgiven-theme

Zero Forks Given Theme

  • Thursday, March 17, 2016
  • by davidjeddy
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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',],
        ],
    ],
],

The Versions

17/03 2016

dev-master

9999999-dev

Zero Forks Given Theme

  Sources   Download

yii2 theme davidjeddy