Laravel migrations: Class “not found”

前端 未结 16 1527
自闭症患者
自闭症患者 2020-12-12 14:38

I am deploying a Laravel barebone project to Microsoft Azure, but whenever I try to execute php artisan migrate I get the error:

[2015-06-13

16条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-12 15:16

    simply delete the row at your database on table migrations and that will fix the problem. It will not show anymore when you do migrations

    other way is to simple create the file it depends of what u want, in my case I wanted to get rid of this migration. :)

提交回复
热议问题