yasheena / yii2-gii
This is a CRUD generator for the framework YII2, which is highly configurable and allows reusing the generator till final version.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
This package is not auto-updated.
Last update: 2025-03-29 22:27:58 UTC
README
This is still a development version! Please wait for a beta release!
CRUD Generator for repeated use
This packet contains a CRUD generator for the framework YII2.
This generator generates a controller and views that implement CRUD operations for the specified data model using the great modules of kartik-v.
Many parameters of the Grid can be defined and this data is stored for reusing the generator to update the Grid settings till final version. This settings inculdes the handling of foreign keys, search fields, column formats, withs, visibility, order, labels and alignment and also additional buttons (including glyphicons) in the footer area for actions and mass actions.
The template is splitted into two parts, so you can write already code in one part and update settings of the grid in the other part by using the generator.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yasheena/yii2-gii:"*"
or add
"yasheena/yii2-gii": "*"
to the require-dev section of your composer.json
file.
Usage
Once the extension is installed, you can find a new CRUD generator in your generator list.