File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Original file line number Diff line number Diff line change @@ -978,8 +978,11 @@ in mind:
978
978
* each feature in Symfony2 (including the Symfony2 framework core) is organized
979
979
into a *bundle *, which is a structured set of files for that feature;
980
980
981
- * the **configuration ** for each bundle lives in the ``app/config `` directory
982
- and can be specified in YAML, XML or PHP;
981
+ * the **configuration ** for each bundle lives in the ``Resources/config ``
982
+ directory of the bundle and can be specified in YAML, XML or PHP;
983
+
984
+ * the global **application configuration ** lives in the ``app/Resources/config ``
985
+ directory;
983
986
984
987
* each **environment ** is accessible via a different front controller (e.g.
985
988
``app.php `` and ``app_dev.php ``) and loads a different configuration file.
You can’t perform that action at this time.
0 commit comments