add twig autoreload

This commit is contained in:
Simon Vieille 2021-04-01 12:54:05 +02:00
parent f604a25915
commit 9a73b02f7b
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
twig:
default_path: '%kernel.project_dir%/templates'
form_themes: ['@Core/form/bootstrap_4_form_theme.html.twig']
auto_reload: true
paths:
'%kernel.project_dir%/templates/core/': Core
'%kernel.project_dir%/core/Resources/views/': Core