xiuchanghu/yii2-recommend

yii2-recommend

安装: 10

依赖: 0

建议者: 0

安全: 0

星星: 0

关注者: 1

分支: 0

开放问题: 0

类型:yii2-extension

dev-master 2015-06-03 01:55 UTC

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