Skip to content

Commit 00a03dc

Browse files
authored
Add templates file in symfony architecture
Seems to miss the templates file. Correct me if I'm wrong.
1 parent a223c94 commit 00a03dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

page_creation.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,11 @@ project:
281281

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

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

288291
So what about the other directories in the project?

0 commit comments

Comments
 (0)