I have a project in Symfony2 that supports multiple domains and multiple pages on each site that run on the same code base so that we can maintain a single code base.
Can I transfer all incoming requests to the “domain controller” package and let the controller determine which domain it contains and enable the corresponding packages for this domain, or is there a better way to get close to this?
source share