Skip to content

Commit 6149001

Browse files
Update templates.rst: Adding installation command
Looks like this isn't included anywhere...
1 parent c8cc786 commit 6149001

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

templates.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Twig: a flexible, fast, and secure template engine.
1515
Twig Templating Language
1616
------------------------
1717

18+
To intsall Twig, run:
19+
20+
.. code-block:: bash
21+
22+
composer require symfony/twig-bundle
23+
1824
The `Twig`_ templating language allows you to write concise, readable templates
1925
that are more friendly to web designers and, in several ways, more powerful than
2026
PHP templates. Take a look at the following Twig template example. Even if it's

0 commit comments

Comments
 (0)