File tree 1 file changed +5
-26
lines changed
1 file changed +5
-26
lines changed Original file line number Diff line number Diff line change @@ -128,17 +128,16 @@ that follows these best practices:
128
128
129
129
blog/
130
130
├─ app/
131
- │ ├─ console
132
- │ ├─ cache/
133
131
│ ├─ config/
134
- │ ├─ logs/
135
132
│ └─ Resources/
133
+ ├─ bin/
134
+ │ └─ console
136
135
├─ src/
137
- │ └─ AppBundle/
136
+ ├─ var/
137
+ │ ├─ cache/
138
+ │ └─ logs/
138
139
├─ vendor/
139
140
└─ web/
140
- ├─ app.php
141
- └─ app_dev.php
142
141
143
142
.. tip ::
144
143
@@ -157,26 +156,6 @@ structure of Symfony, you can
157
156
:doc: `override the location of the main directories </configuration/override_dir_structure >`:
158
157
``cache/ ``, ``logs/ `` and ``web/ ``.
159
158
160
- In addition, Symfony3 uses a slightly different directory structure:
161
-
162
- .. code-block :: text
163
-
164
- blog-symfony3/
165
- ├─ app/
166
- │ ├─ config/
167
- │ └─ Resources/
168
- ├─ bin/
169
- │ └─ console
170
- ├─ src/
171
- ├─ var/
172
- │ ├─ cache/
173
- │ └─ logs/
174
- ├─ vendor/
175
- └─ web/
176
-
177
- The changes are pretty superficial, but for now, we recommend that you use
178
- the Symfony directory structure.
179
-
180
159
.. _`Composer` : https://getcomposer.org/
181
160
.. _`Phar extension` : http://php.net/manual/en/intro.phar.php
182
161
.. _`public checksums repository` : https://github.com/sensiolabs/checksums
You can’t perform that action at this time.
0 commit comments