File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ directory, which has this default structure:
20
20
│ └─ services.yaml
21
21
22
22
* 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
24
24
: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.
26
28
27
- The ``config/packages/ `` directory
28
- stores the configuration of every package installed in your application.
29
29
Packages (also called "bundles" in Symfony and "plugins/modules" in other
30
30
projects) add ready-to-use features to your projects.
31
31
You can’t perform that action at this time.
0 commit comments