2017 © Pedro Peláez
 

yii2-extension yii2-gii-extended

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

image

yii2mod/yii2-gii-extended

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

  • Friday, May 20, 2016
  • by disem
  • Repository
  • 4 Watchers
  • 7 Stars
  • 1,139 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

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., (*1)

Latest Stable Version Total Downloads License, (*2)

Installation

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

Either run, (*4)

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

or add, (*5)

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

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

To use this extension, add to main config in gii section following code:, (*7)

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

The Versions

20/05 2016

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

by Igor Chepurnoy

extension yii2

17/06 2015

1.0

1.0.0.0

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

  Sources   Download

MIT

by Igor Chepurnoy

extension yii2