8000 auth:reminders migration does not support rollback · Issue #1391 · laravel/framework · GitHub
[go: up one dir, main page]

Skip to content
auth:reminders migration does not support rollback #1391
@PavelPolyakov

Description

@PavelPolyakov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0