Skip to content

Commit 4bb3f6e

Browse files
committed
minor #9057 Add templates file in symfony architecture (remi22, javiereguiluz)
This PR was merged into the 4.0 branch. Discussion ---------- Add templates file in symfony architecture Seems to miss the templates file. Correct me if I'm wrong. Commits ------- 86e54d3 Minor reword 00a03dc Add templates file in symfony architecture
2 parents a223c94 + 86e54d3 commit 4bb3f6e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

page_creation.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,12 @@ project:
281281

282282
``src/``
283283
All your PHP code lives here.
284+
285+
``templates/``
286+
All your Twig templates live here.
284287

285-
Most of the time, you'll be working in ``src/`` (PHP files) or ``config/`` As you
286-
keep reading, you'll learn what can be done inside each of these.
288+
Most of the time, you'll be working in ``src/``, ``templates/`` or ``config/``.
289+
As you keep reading, you'll learn what can be done inside each of these.
287290

288291
So what about the other directories in the project?
289292

0 commit comments

Comments
 (0)