dev-master
9999999-devA Gentelella based CRUD for Yii2
MIT
The Requires
by Muhammad Amjad
extension yii2
1.0.0
1.0.0.0A Gentelella based CRUD for Yii2
MIT
The Requires
by Muhammad Amjad
extension yii2
Wallogit.com
2017 © Pedro Peláez
A Gentelella based CRUD for Yii2
This generator generates controller and views that implement CRUD (Create, Read, Update, Delete) operations for the specified data model., (*1)
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',
],
],
],
A Gentelella based CRUD for Yii2
MIT
extension yii2
A Gentelella based CRUD for Yii2
MIT
extension yii2