We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd3d89 commit f43fa0dCopy full SHA for f43fa0d
cookbook/configuration/override_dir_structure.rst
@@ -10,18 +10,19 @@ directory structure is:
10
11
.. code-block:: text
12
13
- app/
14
- cache/
15
- config/
16
- logs/
17
- ...
18
- src/
19
20
- vendor/
21
22
- web/
23
- app.php
24
+ your-project/
+ ├─ app/
+ │ ├─ cache/
+ │ ├─ config/
+ │ ├─ logs/
+ │ └─ ...
+ ├─ src/
+ ├─ vendor/
+ └─ web/
+ ├─ app.php
25
+ └─ ...
26
27
.. _override-cache-dir:
28
0 commit comments