basic setup with twig
This commit is contained in:
parent
b2f873d8f4
commit
008c341ceb
7 changed files with 498 additions and 4 deletions
|
@ -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],
|
||||
];
|
||||
|
|
Reference in a new issue