Add Leaflet for maps

This commit is contained in:
Nicolò P 2024-11-11 17:22:05 +01:00
parent 097bf6a272
commit 55588c1f4c

View File

@ -16,17 +16,24 @@ return [
'path' => './assets/app.js', 'path' => './assets/app.js',
'entrypoint' => true, 'entrypoint' => true,
], ],
'@hotwired/stimulus' => [
'version' => '3.2.2',
],
'@symfony/stimulus-bundle' => [ '@symfony/stimulus-bundle' => [
'path' => './vendor/symfony/stimulus-bundle/assets/dist/loader.js', 'path' => './vendor/symfony/stimulus-bundle/assets/dist/loader.js',
], ],
'@hotwired/stimulus' => [
'version' => '3.2.2',
],
'@hotwired/turbo' => [ '@hotwired/turbo' => [
'version' => '7.3.0', 'version' => '8.0.12',
], ],
'bulma/css/bulma.min.css' => [ 'bulma/css/bulma.min.css' => [
'version' => '1.0.2', 'version' => '1.0.2',
'type' => 'css', 'type' => 'css',
], ],
'leaflet' => [
'version' => '1.9.4',
],
'leaflet/dist/leaflet.min.css' => [
'version' => '1.9.4',
'type' => 'css',
],
]; ];