2017 © Pedro Peláez
 

yii2-extension yii2-enhanced-gii

Generate Relational (hasMany, hasOne, belongsTo, & nested) Models & CRUD.

image

inquid/yii2-enhanced-gii

Generate Relational (hasMany, hasOne, belongsTo, & nested) Models & CRUD.

  • Friday, July 27, 2018
  • by gogl92
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 66 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

yii2-enhanced-gii

All things needed to create a fully functional application just to modify the business logic to fit your needs 🚀, (*1)

Yii2 Buy me a Coffee, (*2)

Installation

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

Either run, (*4)

composer require inquid/yii2-enhanced-gii:dev-master

or add, (*5)

"inquid/yii2-enhanced-gii": "dev-master",

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

I separate the tree-manager because the package is big & not everyone will use it., (*7)

Then you must add this code at your config\main.php., (*8)

'modules' => [
      'gridview' => [
          'class' => '\kartik\grid\Module',
      ],
      'datecontrol' => [
          'class' => '\kartik\datecontrol\Module',
      ],
      // If you use tree table
      'treemanager' =>  [
          'class' => '\kartik\tree\Module',
      ]
    ],

See gridview settings on http://demos.krajee.com/grid#module, (*9)

See datecontrol settings on http://demos.krajee.com/datecontrol#module, (*10)

See treemanager settings on http://demos.krajee.com/tree-manager#module (If you use tree/nested relation table), (*11)

Usage :

Go to your gii tools, and notice the new IO Generator for models & CRUD, (*12)

The Versions

20/08 2016
05/03 2016

0.0.9

0.0.9.0

Generate Relational (has many) Models & CRUD. For nested : mootensai/yii2-enhanced-gii-nested

  Sources   Download

BSD-3-Clause

The Requires

 

by Yohanes Candrajaya
by Jiwantoro Ndaru

yii2 gii yii relation enhanced

22/02 2016

0.0.8

0.0.8.0

Generate Relational (has many) Models & CRUD. For nested : mootensai/yii2-enhanced-gii-nested

  Sources   Download

BSD-3-Clause

The Requires

 

by Yohanes Candrajaya
by Jiwantoro Ndaru

yii2 gii yii relation enhanced

17/02 2016

0.0.7

0.0.7.0

Generate Relational (has many) Models & CRUD. For nested : mootensai/yii2-enhanced-gii-nested

  Sources   Download

BSD-3-Clause

The Requires

 

by Yohanes Candrajaya
by Jiwantoro Ndaru

yii2 gii yii relation enhanced

22/08 2015

0.0.6

0.0.6.0

Generate Relational (has many) Models & CRUD. For nested : mootensai/yii2-enhanced-gii-nested

  Sources   Download

BSD-3-Clause

The Requires

 

by Yohanes Candrajaya
by Jiwantoro Ndaru

yii2 gii yii relation enhanced

28/07 2015

0.0.5

0.0.5.0

Generate Relational (has many) Models & CRUD. For nested : mootensai/yii2-enhanced-gii-nested

  Sources   Download

BSD-3-Clause

The Requires

 

by Yohanes Candrajaya
by Jiwantoro Ndaru

yii2 gii yii relation enhanced