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 bedfda0 commit 549bbe2Copy full SHA for 549bbe2
bundles/best_practices.rst
@@ -63,6 +63,7 @@ The following is the recommended directory structure of an AcmeBlogBundle:
63
.. code-block:: text
64
65
<your-bundle>/
66
+ ├── assets/
67
├── config/
68
├── docs/
69
│ └─ index.md
@@ -122,6 +123,7 @@ Doctrine ODM documents ``src/Document/``
122
123
Event Listeners ``src/EventListener/``
124
Configuration (routes, services, etc.) ``config/``
125
Web Assets (CSS, JS, images) ``public/``
126
+Web Assets not meant to be publicly available ``assets/``
127
Translation files ``translations/``
128
Validation (when not using annotations) ``config/validation/``
129
Serialization (when not using annotations) ``config/serialization/``
0 commit comments