Thanks to visit codestin.com
Credit goes to github.com

Skip to content

adding the * to .xml in the Conf Env #12939

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ development), ``prod`` (for production servers) and ``test`` (for
the configuration files in this order (the last files can override the values
set in the previous ones):

#. ``config/packages/*.yaml`` (and ``.xml`` and ``*.php`` files too);
#. ``config/packages/<environment-name>/*.yaml`` (and ``.xml`` and ``*.php`` files too);
#. ``config/packages/*.yaml`` (and ``*.xml`` and ``*.php`` files too);
#. ``config/packages/<environment-name>/*.yaml`` (and ``*.xml`` and ``*.php`` files too);
#. ``config/packages/services.yaml`` (and ``services.xml`` and ``services.php`` files too);

Take the ``framework`` package, installed by default, as an example:
Expand Down