wip: ajax notifications w/ php-flasher

This commit is contained in:
2025-04-27 08:21:30 -05:00
parent a1a38cb74c
commit 48a601f58d
12 changed files with 204 additions and 4 deletions

View File

@@ -14,4 +14,5 @@ return [
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Symfony\UX\LiveComponent\LiveComponentBundle::class => ['all' => true],
Flasher\Symfony\FlasherSymfonyBundle::class => ['all' => true],
];