2017 © Pedro Peláez
 

yii2-extension yii2-gii

Yii2 custom generator for gii

image

deesoft/yii2-gii

Yii2 custom generator for gii

  • Thursday, May 26, 2016
  • by mdmunir
  • Repository
  • 5 Watchers
  • 4 Stars
  • 1,721 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 17 Forks
  • 4 Open issues
  • 6 Versions
  • 2 % Grown

The README.md

yii2-generators

Yii2 custom generator, (*1)

Installation

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

Either run, (*3)

php composer.phar require deesoft/yii2-gii "~1.0"

or add, (*4)

"deesoft/yii2-gii": "~1.0"

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

Usage

Once the extension is installed, simply modify your application configuration as follows:, (*6)

...
if (!YII_ENV_TEST) {
//     configuration adjustments for 'dev' environment
    $config['bootstrap'][] = 'debug';
    $config['modules']['debug'] = 'yii\debug\Module';

    $config['bootstrap'][] = 'gii';
    $config['modules']['gii'] = [
        'class' => 'yii\gii\Module',
        'generators' => [
            'crud' => ['class' => 'dee\gii\generators\crud\Generator'],
            'angular' => ['class' => 'dee\gii\generators\angular\Generator'],
            'mvc' => ['class' => 'dee\gii\generators\mvc\Generator'],
            'migration' => ['class' => 'dee\gii\generators\migration\Generator'],
        ]
    ];
}

The Versions

26/05 2016

dev-master

9999999-dev

Yii2 custom generator for gii

  Sources   Download

BSD-3-Clause

The Requires

 

by Misbahul Munir

yii2 gii

05/09 2015

1.4

1.4.0.0

Yii2 custom generator for gii

  Sources   Download

BSD-3-Clause

The Requires

 

by Misbahul Munir

yii2 gii

23/08 2015

1.3

1.3.0.0

Yii2 custom generator for gii

  Sources   Download

BSD-3-Clause

The Requires

 

by Misbahul Munir

yii2 gii

13/05 2015

1.2

1.2.0.0

Yii2 custom generator for gii

  Sources   Download

BSD-3-Clause

The Requires

 

by Misbahul Munir

yii2 gii

01/04 2015

1.1.0

1.1.0.0

Yii2 custom generator for gii

  Sources   Download

BSD-3-Clause

The Requires

 

by Misbahul Munir

yii2 gii

02/11 2014

1.0.0

1.0.0.0

Yii2 custom generator for gii

  Sources   Download

BSD-3-Clause

The Requires

 

by Misbahul Munir

yii2 gii