w3color/ yii2-mytest
测试扩展说明
1.0
2021-09-29 08:09 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2024-09-26 20:09:18 UTC
README
测试扩展说明
安装
安装此扩展的首选方式是通过composer。
运行
php composer.phar require --prefer-dist w3color/yii2-mytest "*"
或在您的composer.json
文件的require部分添加
"w3color/yii2-mytest": "*"
。
迁移
在控制台执行迁移以在数据库中创建所需的表
yii migrate --migrationPath=@w3color/mytest/migrations --interactive=0
添加测试数据
查看
转到页面
index.php?r=mytest/test/index