Sumeet
Sumeet

Reputation: 121

migration Rollback error class not found in Laravel

Trying to Rollback but its giving me error that class'task' not found. Can someone please tell me why I am getting that error, I also tried to remove the schema drop line but still its giving the same error

trying to rollback but its giving me error class'Tasks' not found

Upvotes: 2

Views: 754

Answers (1)

Hedegare
Hedegare

Reputation: 2047

In your command line run:

composer dump-autoload

Upvotes: 7

Related Questions