basic setup with twig

This commit is contained in:
jannisp 2021-04-22 12:46:14 +02:00
parent b2f873d8f4
commit 008c341ceb
7 changed files with 498 additions and 4 deletions

View file

@ -2,4 +2,6 @@
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
];