Replies: 1 comment 1 reply
-
|
Hi, I had the same issue as I'm using PostgreSQL. Laravel 11 no longer uses the getDoctrineSchemaManager. To fix it you have to edit the Schema.php in the reliese - laravel - sc -meta -(choose database) folder: I replaced this: With this code: use Illuminate\Support\Facades\DB; |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried and get this message:
BadMethodCallException
Method Illuminate\Database\MySqlConnection::getDoctrineSchemaManager does not exist.
Beta Was this translation helpful? Give feedback.
All reactions