2017 © Pedro Peláez
 

yii2-extension yii2-gii

Yii2 custom generator for gii

image

myzero1/yii2-gii

Yii2 custom generator for gii

  • Tuesday, November 21, 2017
  • by myzero1
  • Repository
  • 0 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 17 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Yii2-gii

It add theming generator and new template for crud.It based on yiisoft/yii2-gii, (*1)

Installation

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

Either run, (*3)

php composer.phar require-dev myzero1/yii2-gii:1.*

or add, (*4)

"myzero1/yii2-gii": "~1.0.0"

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

Setting

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

...
if (!YII_ENV_TEST) {
    $config['bootstrap'][] = 'myzero1';
    $config['modules']['myzero1'] = [
        'class' => 'myzero1\gii\Module',
        'allowedIPs' => ['*'],
        // 'generators' => [
        //     'myzero1_mvc' => ['class' => 'myzero1\gii\generators\mvc\Generator'],
        //     'myzero1_crud' => [
        //         'class' => 'myzero1\gii\generators\crud\Generator',
        //         'templates' => [
        //             'adminlte' => '@myzero1/gii/generators/theming/default/adminlte/_gii_templates/crud',
        //         ],
        //         'template' => 'adminlte',
        //         'messageCategory' => 'backend'
        //     ],
        // ]
    ];
}

Usage

You can then access Gii through the following URL:, (*7)

http://localhost/path/to/index.php?r=myzero1
OR
http://localhost/path/to/index.php?r=myzero1/gii

or if you have enabled pretty URLs, you may use the following URL:, (*8)

http://localhost/path/to/index.php/myzero1
OR
http://localhost/path/to/index.php/myzero1/gii

The Versions

21/11 2017

dev-master

9999999-dev

Yii2 custom generator for gii

  Sources   Download

BSD-3-Clause

The Requires

 

by Xuanwu Qin

yii2 mvc gii migration theme

21/11 2017

2.0.1

2.0.1.0

Yii2 custom generator for gii

  Sources   Download

BSD-3-Clause

The Requires

 

by Xuanwu Qin

yii2 mvc gii migration theme

21/11 2017

dev-develop

dev-develop

Yii2 custom generator for gii

  Sources   Download

BSD-3-Clause

The Requires

 

by Xuanwu Qin

yii2 mvc gii migration theme

21/11 2017

dev-feature/add_wysiwyg

dev-feature/add_wysiwyg

Yii2 custom generator for gii

  Sources   Download

BSD-3-Clause

The Requires

 

by Xuanwu Qin

yii2 mvc gii migration theme

18/11 2017

2.0.0

2.0.0.0

Yii2 custom generator for gii

  Sources   Download

BSD-3-Clause

The Requires

 

by Xuanwu Qin

yii2 mvc gii migration theme

18/11 2017

1.1.3

1.1.3.0

Yii2 custom generator for gii

  Sources   Download

BSD-3-Clause

The Requires

 

by Xuanwu Qin

yii2 mvc gii migration theme

18/11 2017

1.1.2

1.1.2.0

Yii2 custom generator for gii

  Sources   Download

BSD-3-Clause

The Requires

 

by Xuanwu Qin

yii2 mvc gii migration theme

18/11 2017

1.1.1

1.1.1.0

Yii2 custom generator for gii

  Sources   Download

BSD-3-Clause

The Requires

 

by Xuanwu Qin

yii2 mvc gii migration theme

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