You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you create the "password reminders" migration using php artisan auth:reminders, then it's not possible to use php artisan migrate:reset for this migration , because Migrator is not able to find the CreatePasswordRemindersTable class.
Probably it takes the place because those procedures:
Generating optimized class loader...
Compiling common classes...
Are not initialized when creating the auth:reminders migration.