Skip to content

Commit

Permalink
Merge branch '6.4' into 7.1
Browse files Browse the repository at this point in the history
* 6.4:
  Update templates.rst: Adding installation command
  • Loading branch information
javiereguiluz committed Sep 27, 2024
2 parents 0ae7a23 + bf1f8e5 commit 1fb28d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ whether you need to render HTML from a :doc:`controller </controller>` or genera
the :doc:`contents of an email </mailer>`. Templates in Symfony are created with
Twig: a flexible, fast, and secure template engine.

Installation
------------

In applications using :ref:`Symfony Flex <symfony-flex>`, run the following command
to install both Twig language support and its integration with Symfony applications:

.. code-block:: terminal
$ composer require symfony/twig-bundle
.. _twig-language:

Twig Templating Language
Expand Down

0 comments on commit 1fb28d5

Please sign in to comment.