File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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:
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.
2929Packages (also called "bundles" in Symfony and "plugins/modules" in other
3030projects) add ready-to-use features to your projects.
3131
You can’t perform that action at this time.
0 commit comments