Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions setup/flex.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ following directory structure, which is the same used by default in Symfony 4:
├── Makefile
├── config/
│   ├── bundles.php
│   ├── container.yaml
│   ├── packages/
│   └── routing.yaml
│   ├── routes.yaml
│   └── services.yaml
├── public/
│   └── index.php
├── src/
Expand All @@ -158,7 +158,7 @@ these manual steps:
file of your original project. Beware that this is the most time-consuming
and error-prone step of the upgrade process.
#. Move the original parameters defined in ``app/config/parameters.*.yml`` to the
new ``config/container.yaml`` and ``.env`` files depending on your needs.
new ``config/services.yaml`` and ``.env`` files depending on your needs.
#. Move the original source code from ``src/{App,...}Bundle/`` to ``src/`` and
update the namespaces of every PHP file (advanced IDEs can do this automatically).
#. Move the original templates from ``app/Resources/views/`` to ``templates/``
Expand Down