我正在尝试在Laravel 4中回滚我的迁移。
当我使用php artisan migrate:rollback命令时,我收到以下错误:
MacBook-Pro:laravel-master ****************$ php artisan migrate:rollback
{"error":{"type":"Symfony\\Component\\Debug\\Exception\\FatalErrorException","message":"Class 'CreateFansTable' not found","file":"\/Applications\/MAMP\/htdocs\/crowdsets\/laravel-master\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Migrations\/Migrator.php","line":301}}
我不确定为什么会这样。运行迁移工作正常,但回滚我收到此错误。谢谢你的帮助。