Skip to content

Error when trying to use this package with anonymes migrations in Laravel 9 #3

Description

@adnane-ka

I've tried to use the package with Laravel 9, but it seems not working properly.
the package could not locate CreateUsersTable because we're using anonymes migrations instead.
this is the error that occurs:

 Class "CreateUsersTable" not found
484▕     public function resolve($file)
485▕     {
486$class = $this->getMigrationClass($file);
487▕
➜ 488▕         return new $class;
489▕     }
490491▕     /**
492▕      * Resolve a migration instance from a migration path.

Illuminate\Database\Migrations\Migrator::resolve("2014_10_12_000000_create_users_table")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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