mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03: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']
|