2017 © Pedro Peláez
 

library yii2-advanced-template-init

Console utility to initialize and reinitialze a Yii2 application

image

dmitriyha/yii2-advanced-template-init

Console utility to initialize and reinitialze a Yii2 application

  • Tuesday, November 14, 2017
  • by dmitriyha
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

yii2-advanced-template-init

This component is an open sourcing of a personal tool for instantiating the local variables of a Yii2 application that uses the advanced template. This tool is meant to be used in a cli environment only., (*1)

Usage

Include the following in your composer.json, (*2)

"dmitriyha/yii2-advanced-template-init":"v0.0.*"

You will also be required to add this to your console config main.php, as this is a CLI only feature:, (*3)

...
'modules' => [
    ...
    'dmitriyha' => [
        'class' => 'dmitriyha\Yii2AdvancedTemplateInit\Module',
    ],
    ...
],
...

From CLI

Invoke the tool by calling, (*4)

./yii dmitriyha/environment/{target environment}

currently supported environments are prod and dev, (*5)

The Versions

14/11 2017

dev-master

9999999-dev

Console utility to initialize and reinitialze a Yii2 application

  Sources   Download

The Requires

 

by Dmitriy Haralson

14/11 2017

v0.0.3

0.0.3.0

Console utility to initialize and reinitialze a Yii2 application

  Sources   Download

The Requires

 

by Dmitriy Haralson

27/10 2016

v0.0.2.4

0.0.2.4

Console utilities for the libs8000

  Sources   Download

The Requires

 

by Dmitriy Haralson

21/09 2016

v0.0.2.3

0.0.2.3

Console utilities for the libs8000

  Sources   Download

The Requires

 

by Dmitriy Haralson

21/09 2016

v0.0.2.2

0.0.2.2

Console utilities for the libs8000

  Sources   Download

The Requires

 

by Dmitriy Haralson

21/09 2016

v0.0.2.1

0.0.2.1

Console utilities for the libs8000

  Sources   Download

The Requires

 

by Dmitriy Haralson

21/09 2016

v0.0.2

0.0.2.0

Console utilities for the libs8000

  Sources   Download

The Requires

 

by Dmitriy Haralson

21/09 2016

v0.0.1.1

0.0.1.1

Console utilities for the libs8000

  Sources   Download

The Requires

 

by Dmitriy Haralson