Skip to content

perochak/yii2-gii-gentelella

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gentelella based CRUD Generator

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

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

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

to the require section of your composer.json.

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

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

About

Gentelella based Gii

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages