Laravel Fatal Error Class Not Found when migrating

后端 未结 11 2117
后悔当初
后悔当初 2021-02-02 11:39
  1. I\'ve run artisan migrate:reset.

  2. I\'ve deleted some of my migration files because I didn\'t need these tables anymore.

  3. I

11条回答
  •  清歌不尽
    2021-02-02 12:04

    I did like this: 1. Deleted row non exist migration from migrations table from database 2. And run the command php artisan migrate:refresh

    This helped to solve my problem.

    *all your data will deleted from database tables

提交回复
热议问题