diff --git a/config/bundles.php b/config/bundles.php index 12e7c8a..0911750 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -12,4 +12,6 @@ return [ Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true], Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true], + Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true], + Symfony\UX\Map\UXMapBundle::class => ['all' => true], ]; diff --git a/config/packages/ux_map.yaml b/config/packages/ux_map.yaml new file mode 100644 index 0000000..04e39a2 --- /dev/null +++ b/config/packages/ux_map.yaml @@ -0,0 +1,3 @@ +ux_map: + # https://symfony.com/bundles/ux-map/current/index.html#available-renderers + renderer: "%env(resolve:default::UX_MAP_DSN)%"