Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried and get this message:
BadMethodCallException
Method Illuminate\Database\MySqlConnection::getDoctrineSchemaManager does not exist.
Beta Was this translation helpful? Give feedback.
All reactions