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.