Can't start Laravel, I get “Base table or view not found” error

后端 未结 5 1249
无人共我
无人共我 2021-02-20 16:52

First I rolled back 2 migrations by mistake, then I ran php artisan migrate command and I got the following error:

[Illuminate\\Database\\QueryExcepti

5条回答
  •  迷失自我
    2021-02-20 17:04

    This may happen due to any of the following problems:

    • Your database setting are not correct. Please check your database settings again.
    • The database name is not correct. May be the database your code is trying to get tables from is not same as the database you mentioned in your database configuration.

提交回复
热议问题