File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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/ ``
You can’t perform that action at this time.
0 commit comments