php工匠移民什么也没有回报

时间:2019-08-09 11:12:58

标签: php laravel-5

我正在尝试在laravel 5上创建迁移,但是当我运行php artisan migrate命令时什么也没发生。

我已经使用database/migrations/2019_08_09_105236_create_posts_table.php命令创建了一个迁移文件:php artisan make:migration CreatePostsTable。 我已经在.envdatabase.php文件中输入了所有数据库信息。

我跑步时没有任何错误信息 php artisan migrate, 什么都没有发生,绝对没有。 我已经在Google上阅读了很多答案,但似乎都没有用。

请帮助:)

1 个答案:

答案 0 :(得分:0)

您可以遵循其中一些步骤(如果DB_PORT不正确,我也会遇到类似情况)

1. Start mysql server
2. Change in .env file in DB_CONNECTION  specially DB_PORT and all other details properly
3. Every things is fine that is should work