Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69b5180

Browse files
Ph3nolweaverryan
Ph3nol
authored andcommitted
DependencyInjection/ added to bundle directory structure section
1 parent f204336 commit 69b5180

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

book/page_creation.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,10 @@ some of the most common elements of a bundle:
689689

690690
* ``Controller/`` contains the controllers of the bundle (e.g. ``HelloController.php``);
691691

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+
692696
* ``Resources/config/`` houses configuration, including routing configuration
693697
(e.g. ``routing.yml``);
694698

0 commit comments

Comments
 (0)