8000 Tweaks · symfony/symfony-docs@cc078fd · GitHub
[go: up one dir, main page]

Skip to content

Commit cc078fd

Browse files
committed
Tweaks
1 parent 8b98da5 commit cc078fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configuration.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ directory, which has this default structure:
2020
│ └─ services.yaml
2121
2222
* The ``routes.yaml`` file defines the :doc:`routing configuration </routing>`;
23-
* the ``services.yaml`` file configures the services of the
23+
* The ``services.yaml`` file configures the services of the
2424
:doc:`service container </service_container>`;
25-
* the ``bundles.php`` file enables/disables packages in your application.
25+
* The ``bundles.php`` file enables/disables packages in your application;
26+
* The ``config/packages/`` directory stores the configuration of every package
27+
installed in your application.
2628

27-
The ``config/packages/`` directory
28-
stores the configuration of every package installed in your application.
2929
Packages (also called "bundles" in Symfony and "plugins/modules" in other
3030
projects) add ready-to-use features to your projects.
3131

0 commit comments

Comments
 (0)
0