8000 Update configuration.rst · symfony/symfony-docs@d650c2a · GitHub
[go: up one dir, main page]

Skip to content

Commit d650c2a

Browse files
Update configuration.rst
Co-authored-by: Antoine Lamirault <lantoine37@hotmail.fr>
1 parent a0dd199 commit d650c2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configuration.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,10 @@ When running the application, Symfony loads
417417
the configuration files in this order (the last files can override the values
418418
set in the previous ones):
419419

420-
#. The files in ``config/packages/``;
421-
#. the files in ``config/packages/<environment-name>/``;
422-
#. ``config/services.yaml`` (and ``services.xml`` and ``services.php``);
423-
#. ``config/services_<environment-name>.yaml`` (and its XML and PHP version).
420+
#. The files in ``config/packages/*.<extension>``;
421+
#. the files in ``config/packages/<environment-name>/*.<extension>``;
422+
#. ``config/services.<extension>``;
423+
#. ``config/services_<environment-name>.<extension>``.
424424

425425
Take the ``framework`` package, installed by default, as an example:
426426

0 commit comments

Comments
 (0)
0