File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ configuration options (see below for some usage examples).
63
63
Directory Structure
64
64
-------------------
65
65
66
- The basic directory structure of an AcmeBlogBundle must read as follows :
66
+ The following is the recommended directory structure of an AcmeBlogBundle:
67
67
68
68
.. code-block :: text
69
69
@@ -84,11 +84,11 @@ The basic directory structure of an AcmeBlogBundle must read as follows:
84
84
85
85
.. versionadded :: 4.4
86
86
87
- This directory convention was introduced in Symfony 4.4 and can be used only when requiring
88
- ``symfony/http-kernel `` 4.4 or superior.
87
+ This directory convention was introduced in Symfony 4.4 and can be used only
88
+ when requiring ``symfony/http-kernel `` 4.4 or superior.
89
89
90
-
91
- and the bundle path must be adjusted to the root directory ::
90
+ This directory structure requires to configure the bundle path to its root
91
+ directory as follows ::
92
92
93
93
class AcmeBlogBundle extends Bundle
94
94
{
You can’t perform that action at this time.
0 commit comments