dev-master
9999999-devThe Gii extension for the Yii framework
BSD-3-Clause
The Requires
by mj4444
yii2 gii code generator
The Gii extension for the Yii framework
Extended models for Gii, the code generator of Yii2 Framework, (*1)
The preferred way to install this extension is through composer., (*2)
php composer.phar require --dev --prefer-dist mj4444/yii2-gii:dev-master
The generators are registered automatically in the application bootstrap process, if the Gii module is enabled, (*3)
Visit your application's Gii (eg. index.php?r=gii
and choose one of the generators from the main menu screen., (*4)
For basic usage instructions see the Yii2 Guide section for Gii., (*5)
if (!YII_ENV_TEST) { Yii::$container->set('mj4444\yii2gii\generators\model\Generator', ['requiredStrict' => true]); }
The Gii extension for the Yii framework
BSD-3-Clause
yii2 gii code generator