Skip to content

Test data

turtle edited this page Feb 26, 2016 · 1 revision

测试数据准备

本Laravel5.2框架使用的数据库、用户名、密码分别为ucenter、root、ucenter,用户可以在.env文件中修改为自己的数据库、用户名和密码。

DB_DATABASE=ucenter
DB_USERNAME=root
DB_PASSWORD=ucenter

生成测试表

php artisan migrate

生成users表测试数据

Clone this wiki locally