2017 © Pedro Peláez
 

yii2-extension yii2-gii-gentelella

A Gentelella based CRUD for Yii2

image

perochak/yii2-gii-gentelella

A Gentelella based CRUD for Yii2

  • Saturday, March 4, 2017
  • by perochak
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 50 % Grown

The README.md

Gentelella based CRUD Generator

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

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist perochak/yii2-gii-gentelella "*"

or add, (*4)

"perochak/yii2-gii-gentelella": "1.0.0"

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

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

    'gii' => [
            ...
            'generators' => [
                'crud' => [
                    'class' => 'perochak\gii\crud\Generator',
                ],
            ],
        ],

The Versions

04/03 2017

dev-master

9999999-dev

A Gentelella based CRUD for Yii2

  Sources   Download

MIT

The Requires

 

by Muhammad Amjad

extension yii2

04/03 2017

1.0.0

1.0.0.0

A Gentelella based CRUD for Yii2

  Sources   Download

MIT

The Requires

 

by Muhammad Amjad

extension yii2