You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #18167 Update the example provided in the documentation for Development Versus Production: Environments (Ionut Enache)
This PR was merged into the 5.4 branch.
Discussion
----------
Update the example provided in the documentation for Development Versus Production: Environments
The example provided in the [Development Versus Production: Environments](https://symfony.com/doc/current/quick_tour/the_architecture.html#development-versus-production-environments) section of the [The Architecture](https://symfony.com/doc/current/quick_tour/the_architecture.html) documentation page is outdated since it is using the old way of splitting the configuration per environment.
The default Symfony project created via the binary (or alternatives) is using the new single-file approach with `when@<environment>`.
This PR changes the example provided with a new one that is describing the single-file approach.
Linked issue: #18165
Commits
-------
e954966 Update the example provided in the Development Versus Production: Environments section
0 commit comments