bootystrappy

This commit is contained in:
lubiana 2025-04-27 11:34:24 +02:00
parent 96b246462a
commit 321173dfe6
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
23 changed files with 9410 additions and 1027 deletions

View file

@ -11,6 +11,7 @@ use Symfony\Bundle\MakerBundle\MakerBundle;
use Symfony\Bundle\SecurityBundle\SecurityBundle;
use Symfony\Bundle\TwigBundle\TwigBundle;
use Symfony\Bundle\WebProfilerBundle\WebProfilerBundle;
use Symfony\WebpackEncoreBundle\WebpackEncoreBundle;
return [
FrameworkBundle::class => [
@ -49,4 +50,7 @@ return [
'dev' => true,
'test' => true,
],
WebpackEncoreBundle::class => [
'all' => true,
],
];