testyii / yii2-testyii
创建扩展测试以学习
dev-master
2016-07-25 20:52 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-22 10:19:44 UTC
README
创建扩展测试以学习
安装
安装此扩展的首选方式是通过 composer。
可以运行
php composer.phar require --prefer-dist testyii/yii2-testyii "*"
或者在您的 composer.json 文件的 require 部分添加
"testyii/yii2-testyii": "*"
到
使用
扩展安装后,只需在您的代码中使用它即可
<?= \testyii\test\Yiitest::widget(); ?>```