pear2007 / yii2-test
测试
dev-master
2017-05-23 14:14 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-26 17:18:41 UTC
README
测试
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist pear2007/yii2-test "*"
or add
"pear2007/yii2-test": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \pear2007\test\AutoloadExample::widget(); ?>```