Download the PHP package thtmorais/easyiigii without Composer
On this page you can find all versions of the php package thtmorais/easyiigii. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download thtmorais/easyiigii
More information about thtmorais/easyiigii
Files in thtmorais/easyiigii
Package easyiigii
Short Description Generate Relational (hasMany, hasOne, belongsTo, & nested) Models & CRUD.
License BSD-3-Clause
Informations about the package easyiigii
The project was abandoned, working on yii2-giix
EasYii Gii
EasyYii Gii (generator code Yii2) with Relation person to PostgreSQL
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require
section of your composer.json
file.
Configuration
- Then you must add this code at your config\web.php.
See gridview settings on http://demos.krajee.com/grid#module
See datecontrol settings on http://demos.krajee.com/datecontrol#module
-
In your config/console.php (this is needed for migrations and working with console)
- Run migrations
See user-management settings on https://github.com/webvimark/user-management
Usage :
Go to your gii tools, and notice the new EasYii Gii Generator for models & CRUD
Features
Model :
- Generate representation columns(RepresentingColumn)
- Generate CPF/CNPJ validator
- Generate e-mail validator
- Specify your label name / attribute for foreign keys and fields based on the DBMS comment
CRUD :
- Generate all CRUD with wildcard (*) of table
- Generate related input output
- Export to various formats
- Expandable / collapsible row at index grid view for related data
- Views with or without TabularForms
- Custom fields for dates (DateControl)
- Custom fields for foreign keys (Select2 and RepresentingColumn)
- Exclusion constraint based on DBMS actions
- Addition of the security module (User management module for Yii 2)
- Custom fields for input file (FileInput)
- View foreign key data based on RepresentingColumn
Migration Generator :
- Generate migration from your database structure (based on : https://github.com/deesoft/yii2-gii)
I'm open for any improvement
Thanks To
- Jiwanndaru ([email protected]) for creating the tradition
- kartik-v (https://github.com/kartik-v) for most of widgets
- schmunk42 (https://github.com/schmunk42) for bootstrap & model base & extension
- mdmunir (https://github.com/mdmunir) for JsBlock & Migration Generator (from https://github.com/deesoft/yii2-gii)
- mootensai(https://github.com/mootensai) for yii2-enhanced-gii(https://github.com/mootensai/yii2-enhanced-gii)
Developers
- thtmorais(https://github.com/thtmorais)
All versions of easyiigii with dependencies
kartik-v/yii2-builder Version *
kartik-v/yii2-grid Version *
kartik-v/yii2-widgets Version *
kartik-v/yii2-export Version @dev
kartik-v/yii2-datecontrol Version *
webvimark/module-user-management Version *
arogachev/yii2-many-to-many Version *
yiibr/yii2-br-validator Version *
yii-dream-team/yii2-upload-behavior Version *
kartik-v/yii2-mpdf Version *