Skip to content
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

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

Open
adnane-ka opened this issue Apr 30, 2022 · 1 comment

Comments

@adnane-ka
Copy link

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")
@hasentopf
Copy link

any solution for the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants