We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ae7a23 + bf1f8e5 commit 1fb28d5Copy full SHA for 1fb28d5
templates.rst
@@ -6,6 +6,16 @@ whether you need to render HTML from a :doc:`controller </controller>` or genera
6
the :doc:`contents of an email </mailer>`. Templates in Symfony are created with
7
Twig: a flexible, fast, and secure template engine.
8
9
+Installation
10
+------------
11
+
12
+In applications using :ref:`Symfony Flex <symfony-flex>`, run the following command
13
+to install both Twig language support and its integration with Symfony applications:
14
15
+.. code-block:: terminal
16
17
+ $ composer require symfony/twig-bundle
18
19
.. _twig-language:
20
21
Twig Templating Language
0 commit comments