We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3df056 commit 87d6718Copy full SHA for 87d6718
configuration.rst
@@ -387,7 +387,8 @@ set in the previous ones):
387
388
#. ``config/packages/*.yaml`` (and ``*.xml`` and ``*.php`` files too);
389
#. ``config/packages/<environment-name>/*.yaml`` (and ``*.xml`` and ``*.php`` files too);
390
-#. ``config/packages/services.yaml`` (and ``services.xml`` and ``services.php`` files too);
+#. ``config/services.yaml`` (and ``services.xml`` and ``services.php`` files too);
391
+#. ``config/services_<environment-name>.yaml`` (and ``services_environment-name.xml`` and ``services_environment-name.php`` files too);
392
393
Take the ``framework`` package, installed by default, as an example:
394
0 commit comments