File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,17 @@ directory, which has this default structure:
2020 The ``routes.yaml `` file defines the :doc: `routing configuration </routing >`;
2121the ``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
2625You'll be working most in the ``config/packages/ `` directory. This directory
2726stores the configuration of every package installed in your application.
2827Packages (also called "bundles" in Symfony and "plugins/modules" in other
2928projects) 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
You can’t perform that action at this time.
0 commit comments