We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cc786 commit 6149001Copy full SHA for 6149001
templates.rst
@@ -15,6 +15,12 @@ Twig: a flexible, fast, and secure template engine.
15
Twig Templating Language
16
------------------------
17
18
+To intsall Twig, run:
19
+
20
+.. code-block:: bash
21
22
+ composer require symfony/twig-bundle
23
24
The `Twig`_ templating language allows you to write concise, readable templates
25
that are more friendly to web designers and, in several ways, more powerful than
26
PHP templates. Take a look at the following Twig template example. Even if it's
0 commit comments