In Symfony by default, templates can live in two different locations:
- app/Resources/views/
- path/to/bundle/Resources/views/
How can you render Templates also from other Locations?
- For Example I want my Application Themes be in the web/Themes folder:
web/Layouts/layout.twig.html web/Layouts/layout.less ...
- Or just store Templates in a folder in base path:
web/ app/ Themes/ ...