Skip to content

Commit 549bbe2

Browse files
[Best Practices] Update directory structure
1 parent bedfda0 commit 549bbe2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bundles/best_practices.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ The following is the recommended directory structure of an AcmeBlogBundle:
6363
.. code-block:: text
6464
6565
<your-bundle>/
66+
├── assets/
6667
├── config/
6768
├── docs/
6869
│ └─ index.md
@@ -122,6 +123,7 @@ Doctrine ODM documents ``src/Document/``
122123
Event Listeners ``src/EventListener/``
123124
Configuration (routes, services, etc.) ``config/``
124125
Web Assets (CSS, JS, images) ``public/``
126+
Web Assets not meant to be publicly available ``assets/``
125127
Translation files ``translations/``
126128
Validation (when not using annotations) ``config/validation/``
127129
Serialization (when not using annotations) ``config/serialization/``

0 commit comments

Comments
 (0)