LoginSignup
0
0

More than 5 years have passed since last update.

Laravel のマイグレーションで、ロールバックしようとすると Class not found

Last updated at Posted at 2017-03-29

Laravel 5.1 にて。

php artisan migrate:rollback

[Symfony\Component\Debug\Exception\FatalThrowableError]
Class'CreateHogeTable' not found

いやいやクラス名正しいし、普通にファイルも存在しているし、命名規則も合ってる。

ぐぐったら解決した。

php artisan optimize

rollback 時だけなる、というのがハマりポイントかもしれない。

0
0
4

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0