Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f1ff3ca

Browse filesBrowse files
committed
minor symfony#20258 [Twig] Update templates.rst: Adding installation command (ThomasLandauer)
This PR was merged into the 5.4 branch. Discussion ---------- [Twig] Update templates.rst: Adding installation command Looks like this isn't included anywhere... Commits ------- 6149001 Update templates.rst: Adding installation command
2 parents c8cc786 + 6149001 commit f1ff3ca
Copy full SHA for f1ff3ca

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎templates.rst

Copy file name to clipboardExpand all lines: templates.rst
+6Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.