Laravel migrations: Class “not found”

前端 未结 16 1450
自闭症患者
自闭症患者 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:34

    i face this problem when i rename migrations to :

    0_create_activities_table.php

    i solve it when i rename it to:

    2019_10_01_0_create_activities_table.php

提交回复
热议问题