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 17bd168 commit 423795fCopy full SHA for 423795f
guides/bundles/best_practices.rst
@@ -60,7 +60,7 @@ The basic directory structure of a ``HelloBundle`` bundle must read as follows::
60
index.rst
61
translations/
62
views/
63
- web/
+ public/
64
Tests/
65
66
The ``XXX`` directory(ies) reflects the namespace structure of the bundle.
@@ -94,7 +94,7 @@ Controllers ``Controller/``
94
Translation files ``Resources/translations/``
95
Templates ``Resources/views/``
96
Unit and Functional Tests ``Tests/``
97
-Web Resources ``Resources/web/``
+Web Resources ``Resources/public/``
98
Configuration ``Resources/config/``
99
Commands ``Command/``
100
========================= ===========================
0 commit comments