Skip to content

Commit 5a7cce7

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: [Configuration] Some tweaks about Flex usage
2 parents c82bee0 + abaf9e8 commit 5a7cce7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

configuration.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,17 @@ directory, which has this default structure:
2020
The ``routes.yaml`` file defines the :doc:`routing configuration </routing>`;
2121
the ``services.yaml`` file configures the services of the
2222
:doc:`service container </service_container>`; the ``bundles.php`` file enables/
23-
disables packages in your application and is managed automatically by
24-
:doc:`Symfony Flex </setup/flex>`.
23+
disables packages in your application.
2524

2625
You'll be working most in the ``config/packages/`` directory. This directory
2726
stores the configuration of every package installed in your application.
2827
Packages (also called "bundles" in Symfony and "plugins/modules" in other
2928
projects) add ready-to-use features to your projects.
3029

31-
Most packages add a configuration file in ``config/packages/``. For example,
32-
this is the default file for the "API Platform" package:
30+
When using :doc:`Symfony Flex </setup/flex>`, which is enabled by default in
31+
Symfony applications, packages update the ``bundles.php`` file and create new
32+
files in ``config/packages/`` automatically during their installation. For
33+
example, this is the default file created by the "API Platform" package:
3334

3435
.. code-block:: yaml
3536

0 commit comments

Comments
 (0)