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
According to Symfony best practices for reusable bundles, xml mapping must be stored on Resources/config/doctrine/ to allow symfony standard overriding.
Requirements
Documentation updates
Reference
Changelog
Unit tests
Breaking changes
Base Entities must be manual adding on projects, extending mapped_supperclasses
The text was updated successfully, but these errors were encountered:
- replace php annotated entities by xml mapping/validations. Add Interfaces.
- add class entries on configuration for models
- rework install documentation with a Doctrine ORM Configuration chapter
- rework repositories and other services using model classNames & Interfaces
Description
According to Symfony best practices for reusable bundles, xml mapping must be stored on Resources/config/doctrine/ to allow symfony standard overriding.
Requirements
Breaking changes
Base Entities must be manual adding on projects, extending mapped_supperclasses
The text was updated successfully, but these errors were encountered: