drew1two / yii2-enhanced-gii-bs4
Generate Relational (hasMany, hasOne, belongsTo, & nested) Models & CRUD.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 2
Type:yii2-extension
Requires
- php: >=7.3.0
- kartik-v/yii2-builder: *
- kartik-v/yii2-detail-view: *
- kartik-v/yii2-export: *
- kartik-v/yii2-grid: *
- kartik-v/yii2-helpers: *
- kartik-v/yii2-tabs-x: *
- kartik-v/yii2-widgets: *
- mootensai/yii2-jsblock: *
- mootensai/yii2-optimistic-lock-validator: *
- mootensai/yii2-uuid-behavior: *
- yiisoft/yii2: >=2.0.47
This package is not auto-updated.
Last update: 2025-03-06 14:16:25 UTC
README
Just trying to bring mootensai's yii2-enhanced-gii up to date.
This is an updated version of mootensai's yii2-enhanced-gii.
Please visit https://github.com/mootensai/yii2-enhanced-gii to pay homage to a great utility.
Here I have updated the templates to utilize bootstrap 4, added some outstanding pull requests that made sense, and applied some enhancements of my own.
One enhancement is the ability to create a default Yii2 identityInterface as a BaseUser model. Meaning, we can just create a New User model that will include Yii2's default User model methods if required.
Haven't yet tested this with Kartik's tree-manager.
Installation:- add the following to our composer.json
"drew1two/yii2-enhanced-gii-bs4": "dev-master",
"kartik-v/yii2-mpdf": "dev-master"
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
},
{
"type": "vcs",
"url": "git@github.com:drew1two/yii2-enhanced-gii-bs4.git",
}
]