我正在尝试回滚 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}}
我不确定为什么会这样。运行迁移工作正常,但回滚我收到此错误。谢谢您的帮助。