$webPath = $this->get('kernel')->getRootDir().'/../web';
ou l'obtenir directement à partir du conteneur:
$webPath = $this->container->getParameter('kernel.root_dir').'/../web';
Dans la configuration DIC vous pouvez simplement utiliser:
%kernel.root_dir%/../web
Merci
RépondreSupprimer