Commit d856b63
committed
minor #12616 Tell user about installing twig (Heaven31415)
This PR was submitted for the master branch but it was merged into the 4.3 branch instead (closes #12616).
Discussion
----------
Tell user about installing twig
I tried to follow [this subsection of tutorial](https://symfony.com/doc/current/page_creation.html#rendering-a-template) and I noticed that I'm asked to create a file in a missing **templates** directory. I noticed that I'm missing this directory, because Twig isn't installed, so I simply installed it using composer which fixed the problem.
I changed the docs so people would know that they need to install Twig before moving on.
Commits
-------
5238703 Tell user about installing twig1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
200 | 206 | | |
201 | 207 | | |
202 | 208 | | |
| |||
0 commit comments