Registry / build-tool / schmunk42-yii2-giiant

schmunk42-yii2-giiant

JSON →
library1.0.4phppackagistunverified

Gii CRUD generator for Yii 2 Framework

composer require schmunk42/yii2-giiant
INSTALL
IMPORT
SIG · SCHMUNK42-YII2-GII
S
schmunk42-yii2-giiant
build-toolphpv1.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Generator
use schmunk42\giiant\generators\crud\Generator;

Generate CRUD code for a Yii2 model

use schmunk42\giiant\generators\crud\Generator; $generator = new Generator(); $generator->modelClass = 'app\\models\\User'; $generator->controllerClass = 'app\\controllers\\UserController'; $generator->viewPath = '@app/views/user'; $generator->enableI18N = true; $files = $generator->generate(); foreach ($files as $file) { echo $file->path . "\n"; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.4latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
schmunk42-yii2-giiant — pip install schmunk42-yii2-giiant · libregistry