yii2mod/yii2-gii-extended This generator generates a controller and views that implement CRUD (Create, Read, Update, Delete) operations for the specified data model.

extension

Extended CRUD & Enumerable Generator

This generator generates enumerable classes or controller and views that implement CRUD (Create, Read, Update, Delete) operations for the specified data model.

Latest Stable Version Total Downloads License

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist yii2mod/yii2-gii-extended "*"

or add

"yii2mod/yii2-gii-extended": "*"

to the require section of your composer.json.

To use this extension, add to main config in gii section following code:

    'gii' => [
            ...
            'generators' => [
                'enumerable' => [
                    'class' => 'yii2mod\gii\enum\Generator',
                ],
                'crud' => [
                    'class' => 'yii2mod\gii\crud\Generator',
                ],
            ],
        ],

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

  • 1.017 June 2015

Comments



1.0 is the latest of one release



MIT license
Stats
8 github stars & 2 github forks
1 downloads in the last day
66 downloads in the last 30 days
4691 total downloads