2017 © Pedro Peláez
 

yii2-extension yii2-gii

Gii tools and templates for Yii2.

image

cornernote/yii2-gii

Gii tools and templates for Yii2.

  • Wednesday, May 9, 2018
  • by cornernote
  • Repository
  • 1 Watchers
  • 0 Stars
  • 291 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 5 % Grown

The README.md

Yii2 Gii

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads, (*1)

Gii tools and templates for Yii2., (*2)

Installation

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

Either run, (*4)

$ composer require cornernote/yii2-gii "*"

or add, (*5)

"cornernote/yii2-gii": "*"

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

Add to your yii config in config/main.php:, (*7)

    $config['modules']['gii'] = [
        'class' => 'yii\gii\Module',
        'generators' => [
            'giiant-model' => [
                'class' => 'schmunk42\giiant\generators\model\Generator',
                'templates' => [
                    'cornernote' => '@vendor/cornernote/yii2-gii/src/giiant/model/cornernote',
                ],
            ],
            'giiant-crud' => [
                'class' => 'schmunk42\giiant\generators\crud\Generator',
                'templates' => [
                    'cornernote' => '@vendor/cornernote/yii2-gii/src/giiant/crud/cornernote',
                ],
            ],
        ],
    ];

Using Giiant with Providers

https://gist.github.com/cornernote/fdf869048d6153d7aae3, (*8)

The Versions

09/05 2018
08/07 2016

v0.1.1

0.1.1.0

Gii tools and templates for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

yii2 gii

08/07 2016

v0.1.0

0.1.0.0

Gii tools and templates for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

yii2 gii