better dashboard

This commit is contained in:
Olivier PARPAILLON
2024-11-27 13:31:25 +01:00
parent 806a023670
commit 6a429984d1
9 changed files with 201 additions and 7 deletions

View File

@@ -16,4 +16,5 @@ return [
SymfonyCasts\Bundle\VerifyEmail\SymfonyCastsVerifyEmailBundle::class => ['all' => true],
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
Symfony\UX\Turbo\TurboBundle::class => ['all' => true],
Vich\UploaderBundle\VichUploaderBundle::class => ['all' => true],
];