testyii/yii2-testyii

创建扩展测试以学习

安装: 6

依赖关系: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:yii2-extension

dev-master 2016-07-25 20:52 UTC

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