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.
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.
The Class "Todo", which I created record is exist in "Migration" table. Command working when I remove that record.