xiuchanghu / yii2-recommend
yii2-recommend
Package info
github.com/xiuchanghu/yii2-recommend
Type:yii2-extension
pkg:composer/xiuchanghu/yii2-recommend
dev-master
2015-06-03 01:55 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-29 01:50:31 UTC
README
yii2-recommend
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist xiuchanghu/yii2-recommend "dev-master"
or add
"xiuchanghu/yii2-recommend": "dev-master"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \xiuchanghu\recommend\AutoloadExample::widget(); ?>```