-2

I use Laravel 5. when i try to refresh the migration,

INPUT:

  php artisan make:migrate

OUTPUT :

  [Symfony\Component\Debug\Exception\FatalErrorException]  
  Class '****' not found

Even i remove that classes also.

Shankar Thiyagaraajan
  • 1,705
  • 4
  • 28
  • 46

2 Answers2

0

Just run

composer dump-autoload
Jilson Thomas
  • 7,165
  • 27
  • 31
0

The Class "Todo", which I created record is exist in "Migration" table. Command working when I remove that record.

Michał Perłakowski
  • 88,409
  • 26
  • 156
  • 177
Shankar Thiyagaraajan
  • 1,705
  • 4
  • 28
  • 46