Skip to content

Commit be08c1b

Browse files
committed
minor #9087 Add missing "bundles" sub-dir for third party-bundle templates (floriansemm)
This PR was merged into the 4.0 branch. Discussion ---------- Add missing "bundles" sub-dir for third party-bundle templates Migration Guide is inconsistent at this point. The docs in [How to overwrite bundle templates](https://symfony.com/doc/current/templating/overriding.html#overriding-core-templates) containing the correct template structure. Commits ------- cd8f542 Add missing `bundles` sub-dir
2 parents b762d37 + cd8f542 commit be08c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/flex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ manual steps:
217217

218218
* ``app/Resources/views/`` -> ``templates/``
219219
* ``app/Resources/translations/`` -> ``translations/``
220-
* ``app/Resources/<BundleName>/views/`` -> ``templates/<BundleName>/``
220+
* ``app/Resources/<BundleName>/views/`` -> ``templates/bundles/<BundleName>/``
221221
* rest of ``app/Resources/`` files -> ``src/Resources/``
222222

223223
#. Move the original PHP source code from ``src/AppBundle/*`` to ``src/``. In

0 commit comments

Comments
 (0)