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
This method doesn't exist in laravel 12 getDoctrineSchemaManager(), it was removed in this PR: laravel/framework#48864
Versions
Laravel 12
Postgres 17
"orangehill/iseed": "^3.1"
Command used
php artisan iseed --database=admin
Iseed.php:426
public function getAllTableNames()
{
// Depending on your Laravel version, you may use the Doctrine schema manager:
$schema = \DB::connection($this->databaseName)->getDoctrineSchemaManager();
return $schema->listTableNames();
}