File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -97,9 +97,6 @@ to be adjusted if needed:
97
97
98
98
``src/ ``
99
99
Contains all PHP classes related to the bundle logic (e.g. ``Controller/RandomController.php ``).
100
-
101
- ``assets/ ``
102
- Contains javascript, css, images and other assets related to the bundle that are not in ``/public `` (e.g. stimulus controllers)
103
100
104
101
``config/ ``
105
102
Houses configuration, including routing configuration (e.g. ``routing.yaml ``).
@@ -115,6 +112,10 @@ to be adjusted if needed:
115
112
linked into the project ``public/ `` directory via the ``assets:install `` console
116
113
command.
117
114
115
+ ``assets/ ``
116
+ Contains JavaScript, CSS, images and other assets related to the bundle that
117
+ are not in ``public/ `` (e.g. stimulus controllers)
118
+
118
119
``tests/ ``
119
120
Holds all tests for the bundle.
120
121
You can’t perform that action at this time.
0 commit comments