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:
20
20
The ``routes.yaml `` file defines the :doc: `routing configuration </routing >`;
21
21
the ``services.yaml `` file configures the services of the
22
22
: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.
25
24
26
25
You'll be working most in the ``config/packages/ `` directory. This directory
27
26
stores the configuration of every package installed in your application.
28
27
Packages (also called "bundles" in Symfony and "plugins/modules" in other
29
28
projects) add ready-to-use features to your projects.
30
29
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:
33
34
34
35
.. code-block :: yaml
35
36
You can’t perform that action at this time.
0 commit comments