Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f204336 commit 69b5180Copy full SHA for 69b5180
book/page_creation.rst
@@ -689,6 +689,10 @@ some of the most common elements of a bundle:
689
690
* ``Controller/`` contains the controllers of the bundle (e.g. ``HelloController.php``);
691
692
+* ``DependencyInjection/`` holds dependency injection and service containers configuration,
693
+ which allows you to standardize and centralize the way objects are constructed
694
+ in your application;
695
+
696
* ``Resources/config/`` houses configuration, including routing configuration
697
(e.g. ``routing.yml``);
698
0 commit comments