newtime-est / yii2-gii-advanced

Gii代码生成器

安装: 8

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 5

分支: 0

开放问题: 0

类型:yii2-extension

dev-master 2015-06-17 10:01 UTC

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(); ?>```