How to have custom repositories per application in a monorepo structure on Symfony

Imagine you have a couple of applications based on Symfony, using Doctrine as the ORM, and sharing a domain. In order to avoid having a shared repository for an ... Read more