Skip to content

Commit 1e8d8ab

Browse files
committed
minor #10639 Update configuration_organization.rst (mark1979smith)
This PR was merged into the 4.1 branch. Discussion ---------- Update configuration_organization.rst Corrected placement of services.yaml file to be within `config`, not `config/packages` <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 29daae2 Update configuration_organization.rst
2 parents b013b36 + 29daae2 commit 1e8d8ab

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

configuration/configuration_organization.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ this structure:
5050
your-project/
5151
├─ config/
5252
│ └─ packages/
53-
├─ dev/
54-
| │ ├─ framework.yaml
55-
│ └─ ...
56-
├─ prod/
57-
│ └─ ...
58-
├─ test/
59-
│ └─ ...
60-
| ├─ framework.yaml
61-
└─ ...
62-
├─ services.yaml
63-
└─ services_dev.yaml
53+
| ├─ dev/
54+
| | │ ├─ framework.yaml
55+
| │ └─ ...
56+
| ├─ prod/
57+
| │ └─ ...
58+
| ├─ test/
59+
| │ └─ ...
60+
| | ├─ framework.yaml
61+
| └─ ...
62+
│ ├─ services.yaml
63+
│ └─ services_dev.yaml
6464
├─ ...
6565
6666
This default structure was chosen for its simplicity — one file per package and

0 commit comments

Comments
 (0)