Récupérer l'environnement courant dans un template Twig avec Symfony

Publié le 05/05/2021 • Actualisé le 05/05/2021


English language detected! 🇬🇧

  We noticed that your browser is using English. Do you want to read this post in this language?

Read the english version 🇬🇧 Close

Dans ce bout de code, nous allons voir comment récupérer l'environnement courant dans un template Twig avec Symfony. C'est facile à faire grâce à la variable globale Twig app.


{% trans_default_domain 'snippet' %}

<h3>{{ 'current_env_145'|trans }} <code>{{ app.environment }}</code>!</h3>
Démo HTML du snippet

L'environnement courant est prod!


 Plus sur Stackoverflow   Lire la doc  Plus sur le web  Snippet aléatoire

  Travaillez avec moi !