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