cornernote/yii2-gii Gii tools and templates for Yii2.

gii

Yii2 Gii

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

Gii tools and templates for Yii2.

Installation

The preferred way to install this extension is through composer.

Either run

$ composer require cornernote/yii2-gii "*"

or add

"cornernote/yii2-gii": "*"

to the require section of your composer.json file.

Add to your yii config in config/main.php:

    $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

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



0.1.2 is the latest of 3 releases



BSD-3-Clause license
Stats
0 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
504 total downloads