Spec generation no longer works in L11 #303
Unanswered
jonerickson
asked this question in
Bugs
Replies: 1 comment 2 replies
-
Seems to work for me in Laravel 11, presume this has been resolved. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Due to L11 removing Doctrine DBAL, the package will no longer work generating schema. There are several deprecated methods now such as
getDoctrineSchemaManager
.laravel/framework#48864
Suggesting putting a constraint up to Illuminate 10.
Beta Was this translation helpful? Give feedback.
All reactions