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
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▕ }
490▕
491▕ /**
492▕ * Resolve a migration instance from a migration path.
Illuminate\Database\Migrations\Migrator::resolve("2014_10_12_000000_create_users_table")
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: