Skip to content

Commit acf161e

Browse files
committed
minor #8206 Update Flex documentation with latest structure (pyrech)
This PR was merged into the 3.3 branch. Discussion ---------- Update Flex documentation with latest structure Ref symfony/recipes#123 & symfony/recipes#124 Commits ------- 79e995b Update Flex documentation with latest structure
2 parents dd5df97 + 79e995b commit acf161e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/flex.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ following directory structure, which is the same used by default in Symfony 4:
132132
├── Makefile
133133
├── config/
134134
│   ├── bundles.php
135-
│   ├── container.yaml
136135
│   ├── packages/
137-
│   └── routing.yaml
136+
│   ├── routes.yaml
137+
│   └── services.yaml
138138
├── public/
139139
│   └── index.php
140140
├── src/
@@ -158,7 +158,7 @@ these manual steps:
158158
file of your original project. Beware that this is the most time-consuming
159159
and error-prone step of the upgrade process.
160160
#. Move the original parameters defined in ``app/config/parameters.*.yml`` to the
161-
new ``config/container.yaml`` and ``.env`` files depending on your needs.
161+
new ``config/services.yaml`` and ``.env`` files depending on your needs.
162162
#. Move the original source code from ``src/{App,...}Bundle/`` to ``src/`` and
163163
update the namespaces of every PHP file (advanced IDEs can do this automatically).
164164
#. Move the original templates from ``app/Resources/views/`` to ``templates/``

0 commit comments

Comments
 (0)