Laravel Fatal Error Class Not Found when migrating

后端 未结 11 2111
后悔当初
后悔当初 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:12

    If artisan doesn't work at all and keeps throwing you this message no matter the command you give, delete the config.php file from bootstrap/cache folder.

    After that run again

    php artisan config:cache
    

提交回复
热议问题