Closed tobias-93 closed 2 years ago
Different approach to #1243, change the configuration to XML (as suggested in https://symfony.com/doc/current/bundles/best_practices.html#doctrine-entities-documents). Symlink in src/Resources/config/doctrine is needed for backwards compatibility, as the bundle path detection is fixed in Symfony 5.4.
src/Resources/config/doctrine
Apparently Doctrine doesn't do symlinks, so I made a copy of the mapping file in the directory Doctrine expects it
Different approach to #1243, change the configuration to XML (as suggested in https://symfony.com/doc/current/bundles/best_practices.html#doctrine-entities-documents). Symlink in
src/Resources/config/doctrine
is needed for backwards compatibility, as the bundle path detection is fixed in Symfony 5.4.