Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 79e995b

Browse filesBrowse files
authored
Update Flex documentation with latest structure
Ref symfony/recipes#123 & symfony/recipes#124
1 parent dd5df97 commit 79e995b
Copy full SHA for 79e995b

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎setup/flex.rst

Copy file name to clipboardExpand all lines: setup/flex.rst
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.