File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -417,10 +417,10 @@ When running the application, Symfony loads
417
417
the configuration files in this order (the last files can override the values
418
418
set in the previous ones):
419
419
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> `` .
424
424
425
425
Take the ``framework `` package, installed by default, as an example:
426
426
You can’t perform that action at this time.
0 commit comments