-
Notifications
You must be signed in to change notification settings - Fork 177
Fluent Support for Doctrine 3 #671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 3.2.x
Are you sure you want to change the base?
Fluent Support for Doctrine 3 #671
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 3.2.x #671 +/- ##
============================================
- Coverage 80.93% 80.19% -0.74%
- Complexity 495 500 +5
============================================
Files 73 74 +1
Lines 1631 1646 +15
============================================
Hits 1320 1320
- Misses 311 326 +15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Please modify the docs to include this meta type: https://laravel-doctrine-orm-official.readthedocs.io/en/latest/configuration.html#entity-manager |
Is this what you are referring to? |
This updates the ORM library to support Fluent in being compatible with Doctrine 3 and Laravel 12.
PRs also have been opened in laravel-doctrine/extensions and laravel-doctrine/fluent repositories.
We are currently successfully implementing these changes in our production environment with Laravel 12 and Doctrine 3.