Skip to content

Update Flex documentation with latest structure #8206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2017
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