Skip to content

Commit 4f628d7

Browse files
authored
adding other dirs
1 parent e0fa5cb commit 4f628d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup/flex.rst

+5
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,7 +151,9 @@ following directory structure, which is the same used by default in Symfony 4:
148151
│   ├── ...
149152
│   └── Kernel.php
150153
├── templates/
154+
├── tests/
151155
├── translations/
156+
├── var/
152157
└── vendor/
153158
154159
This means that installing the ``symfony/flex`` dependency in your application

0 commit comments

Comments
 (0)