File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Filter options
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:
132
132
├── Makefile
133
133
├── config/
134
134
│ ├── bundles.php
135
- │ ├── container.yaml
136
135
│ ├── packages/
137
- │ └── routing.yaml
136
+ │ ├── routes.yaml
137
+ │ └── services.yaml
138
138
├── public/
139
139
│ └── index.php
140
140
├── src/
@@ -158,7 +158,7 @@ these manual steps:
158
158
file of your original project. Beware that this is the most time-consuming
159
159
and error-prone step of the upgrade process.
160
160
#. 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.
162
162
#. Move the original source code from ``src/{App,...}Bundle/ `` to ``src/ `` and
163
163
update the namespaces of every PHP file (advanced IDEs can do this automatically).
164
164
#. Move the original templates from ``app/Resources/views/ `` to ``templates/ ``
You can’t perform that action at this time.
0 commit comments