You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. _`The progressive loading (through blurhash) is not taken into account in the LCP calculation`: https://github.com/w3c/largest-contentful-paint/issues/71_
264
268
.. _`didn't preload the image`: https://symfony.com/doc/current/web_link.html
Copy file name to clipboardExpand all lines: src/Map/src/Bridge/Google/README.md
+19
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
[Google Maps](https://developers.google.com/maps/documentation/javascript/overview) integration for Symfony UX Map.
4
4
5
+
## Installation
6
+
7
+
Install the bundle using Composer and Symfony Flex:
8
+
9
+
```shell
10
+
composer require symfony/ux-google-map
11
+
```
12
+
13
+
If you're using WebpackEncore, install your assets and restart Encore (not
14
+
needed if you're using AssetMapper):
15
+
16
+
```shell
17
+
npm install --force
18
+
npm run watch
19
+
```
20
+
21
+
> [!NOTE]
22
+
> Alternatively, [@symfony/ux-google-map package](https://www.npmjs.com/package/@symfony/ux-google-map) can be used to install the JavaScript assets without requiring PHP.
Copy file name to clipboardExpand all lines: src/Map/src/Bridge/Leaflet/README.md
+19
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
[Leaflet](https://leafletjs.com/) integration for Symfony UX Map.
4
4
5
+
## Installation
6
+
7
+
Install the bundle using Composer and Symfony Flex:
8
+
9
+
```shell
10
+
composer require symfony/ux-leaflet-map
11
+
```
12
+
13
+
If you're using WebpackEncore, install your assets and restart Encore (not
14
+
needed if you're using AssetMapper):
15
+
16
+
```shell
17
+
npm install --force
18
+
npm run watch
19
+
```
20
+
21
+
> [!NOTE]
22
+
> Alternatively, [@symfony/ux-leaflet-map package](https://www.npmjs.com/package/@symfony/ux-leaflet-map) can be used to install the JavaScript assets without requiring PHP.
0 commit comments