From f1a8821ba743082b956a6c04e0c4e361fe8d3f9a Mon Sep 17 00:00:00 2001 From: tracer Date: Tue, 15 Nov 2022 17:07:58 +0100 Subject: [PATCH] some bundles were added --- config/bundles.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/bundles.php b/config/bundles.php index 08dbdfd..56b2619 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -19,4 +19,9 @@ return [ SymfonyCasts\Bundle\VerifyEmail\SymfonyCastsVerifyEmailBundle::class => ['all' => true], SymfonyCasts\Bundle\ResetPassword\SymfonyCastsResetPasswordBundle::class => ['all' => true], Liip\ImagineBundle\LiipImagineBundle::class => ['all' => true], + Symfony\UX\Dropzone\DropzoneBundle::class => ['all' => true], + Symfony\UX\Turbo\TurboBundle::class => ['all' => true], + Flasher\Symfony\FlasherSymfonyBundle::class => ['all' => true], + Flasher\SweetAlert\Symfony\FlasherSweetAlertSymfonyBundle::class => ['all' => true], + Symfony\UX\Cropperjs\CropperjsBundle::class => ['all' => true], ];