Skip to content

Commit 060cd36

Browse files
committed
minor #8697 Added translations directory to file tree (fridde, weaverryan)
This PR was merged into the 4.0 branch. Discussion ---------- Added translations directory to file tree The description below the directory tree references the translation directory, which is missing in the tree. Commits ------- 4f628d7 adding other dirs e0fa5cb Update flex.rst
2 parents 12912f4 + 4f628d7 commit 060cd36

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup/flex.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ following directory structure, which is the same used by default in Symfony 4:
137137
.. code-block:: text
138138
139139
your-project/
140+
├── assets/
141+
├── bin/
142+
│   └── console
140143
├── config/
141144
│   ├── bundles.php
142145
│   ├── packages/
@@ -148,6 +151,9 @@ following directory structure, which is the same used by default in Symfony 4:
148151
│   ├── ...
149152
│   └── Kernel.php
150153
├── templates/
154+
├── tests/
155+
├── translations/
156+
├── var/
151157
└── vendor/
152158
153159
This means that installing the ``symfony/flex`` dependency in your application

0 commit comments

Comments
 (0)