-
Notifications
You must be signed in to change notification settings - Fork 11.4k
Class CreatePasswordRemindersTable not found on rollback and refresh #1395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
OK. For now do |
Closing as duplicate of #1391. |
Great, thanks. |
|
This has already been fixed, composer update. |
Does not work. |
I'm having this problem, too. composer dump-autoload Isn't fixing it. |
I would like to follow up, my problem was fixed by altering (I actually just deleted) the migrations table in the DB. |
cannot migrate:rollback |
There is a case when |
I also am having this issue w/ regard to workbench packages. |
Add it to your composer.json autoload, you can do that. It works. |
"composer dump-autoload" seemed to work for me. Also perhaps "php artisan dump-autoload". I just wish this was documented somewhere. |
Running the below generates the migration for the password reminders table and runs it:
However on migrate:refresh or migrate:rollback, an exception is thrown:
The text was updated successfully, but these errors were encountered: