2017 © Pedro Peláez
 

library yii2-generators

gii gernators

image

light/yii2-generators

gii gernators

  • Tuesday, July 26, 2016
  • by light
  • Repository
  • 1 Watchers
  • 1 Stars
  • 45 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 2 % Grown

The README.md

yii2-generators

Installation

The preferred way to install this extension is through composer., (*1)

Either run, (*2)

php composer.phar require --prefer-dist light/yii2-generators "*"

or add, (*3)

"light/yii2-generators": "*"

to the require section of your composer.json file., (*4)

Usage

Once the extension is installed, simply use it in your code by :, (*5)

$config['modules']['gii'] = [
    'class' => 'yii\gii\Module',
    'generators' => [
        'extension' => [
            'class' => 'light\generators\extension\Generator'
        ],
        'form' => [
            'class' => 'light\generators\form\Generator'
        ],
        'model' => [
            'class' => 'yii\gii\generators\model\Generator',
            'templates' => [
                'common' => '@vendor/light/yii2-generators/model/default'
            ]
        ],
        'crud' => [
            'class' => 'light\generators\crud\Generator'
        ]
    ]
];

License

MIT, (*6)

The Versions

26/07 2016

dev-master

9999999-dev

gii gernators

  Sources   Download

MIT

The Requires

 

The Development Requires

by lichunqiang

yii2 gii project template gernators

26/07 2016

0.1.3

0.1.3.0

gii gernators

  Sources   Download

MIT

The Requires

 

The Development Requires

by lichunqiang

yii2 gii project template gernators

11/12 2015

0.1.2

0.1.2.0

gii gernators

  Sources   Download

MIT

The Requires

 

The Development Requires

by lichunqiang

yii2 gii project template gernators

06/12 2015

0.1.1

0.1.1.0

gii gernators

  Sources   Download

MIT

The Requires

 

The Development Requires

by lichunqiang

yii2 gii project template gernators

05/12 2015

0.1.0

0.1.0.0

gii gernators

  Sources   Download

MIT

The Requires

 

The Development Requires

by lichunqiang

yii2 gii project template gernators