mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-02 18:15:33 +00:00
init symfony framework #14
This commit is contained in:
parent
3c233fcfad
commit
380377b27c
114 changed files with 11525 additions and 10998 deletions
9
config/packages/twig.yaml
Normal file
9
config/packages/twig.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
twig:
|
||||
default_path: '%kernel.project_dir%/templates'
|
||||
globals:
|
||||
version: '%app.version%'
|
||||
name: '%app.name%'
|
||||
|
||||
when@test:
|
||||
twig:
|
||||
strict_variables: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue