webbuilders-group/silverstripe-google-maps-embed

通过 oEmbed 在 Silverstripe 中嵌入 Google 地图的支持

安装: 81

依赖: 0

建议: 0

安全性: 0

星星: 0

关注者: 3

分支: 0

开放问题: 0

类型:silverstripe-vendormodule

1.1.1 2023-09-01 14:14 UTC

This package is auto-updated.

Last update: 2024-08-30 02:03:07 UTC


README

通过 oEmbed 在 Silverstripe 中嵌入 Google 地图的支持

维护者联系方式

要求

安装

composer require webbuilders-group/silverstripe-google-maps-embed

配置

此模块需要 Google Maps API 密钥(您可以在这里了解如何设置),并至少启用 "Maps Embed API"。然后您需要调整您的 yaml 配置以告知模块该密钥。强烈建议您使用环境变量来存储 API 密钥,而不是将其检查到仓库中。

WebbuildersGroup\GoogleMapsEmbed\Embed:
  api_key: '`GOOGLE_MAPS_API_KEY`'