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'm trying to use the Schema::getConnection()->getDoctrineSchemaManager() function but I'm getting this error:
In Connection.php, ligne 1112 getDoctrineSchemaManager() returns $connection->createSchemaManager() which DOES NOT EXIST
I tried resolving myself but I had some trouble.
Steps To Reproduce:
Use a PGSQL database connection
try using Schema::getConnection()->getDoctrineSchemaManager()