multisite-bundle icon indicating copy to clipboard operation
multisite-bundle copied to clipboard

A bundle to manage multiple brandings and locales

Results 6 multisite-bundle issues
Sort by recently updated
recently updated
newest added

- Private => Protected - Service classname using container parameters - Branding Class using configuration entry NB : travis tests that failed will be corrected by my previous PR.

... due to Twig_Loader_Filesystem::getSource() deprecation

Hello everyone, When using twig version 2.x, the following error is raised. Warning: Declaration of Alex\MultisiteBundle\Twig\MultisiteLoader::findTemplate($name) should be compatible with Twig_Loader_Filesystem::findTemplate($name, $throw = true) You just need to update the...

I try you bundle in my sanbox. But I have this error, with `app_dev.php`: `No route found for "GET /"` Or I my controller I have: ``` namespace Sandbox\PageBundle\Controller use...

What I'm trying to achieve is to override templates for different *host names* only. My routes are mostly not defined in annotations but in configuration so I simply want to...

Hi evry one, I have this configuration ``` alex_multisite: default_branding: sandbox_france default_locale: fr_FR brandings: _defaults: register: true sandbox_france: en: { host: sandbox_fr.localhost, prefix: /en } fr_FR: { host: sandbox_fr.localhost }...