mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
9 lines
196 B
Plaintext
9 lines
196 B
Plaintext
Warning: make sure the twig engine is turned on in framework.yaml
|
|
|
|
- If not, add the following to config/packages/framework.yaml:
|
|
|
|
framework:
|
|
# ...
|
|
templating:
|
|
engines: ['twig']
|