use bootstrap

This commit is contained in:
Jannis Portmann 2021-04-24 16:59:51 +02:00
parent e209ea73ff
commit f3ad0e4638
20 changed files with 5563 additions and 18 deletions

View file

@ -13,4 +13,5 @@ return [
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
SymfonyCasts\Bundle\VerifyEmail\SymfonyCastsVerifyEmailBundle::class => ['all' => true],
EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle::class => ['all' => true],
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
];