Answer the question
In order to leave comments, you need to log in
What is the laravel 5 error with the migrate:refresh command?
Mistake
[Symfony\Component\Debug\Exception\FatalThrowableError]
Fatal error: Class 'CreatePhotosTable' not found
Answer the question
In order to leave comments, you need to log in
$ composer dumpautoload -o
Frequent problem. The command above solves it.
The migration class was not included in autoload, that is, Composer does not see it, respectively, Laravel too. The console command helps composer dump -o
after creating a new migration.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question