newtime-est / yii2-gii-advanced
Gii代码生成器
dev-master
2015-06-17 10:01 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-18 10:38:12 UTC
README
Gii代码生成器
安装
安装此扩展的首选方式是通过Composer。
运行以下命令之一:
php composer.phar require --prefer-dist newtime-est/yii2-gii-advanced "*"
或者在您的composer.json
文件的require部分添加:
"newtime-est/yii2-gii-advanced": "*"
to the require section of your composer.json
file.
使用方法
扩展安装后,只需在您的代码中使用即可。
<?= \newtime\giiadvanced\AutoloadExample::widget(); ?>```