文件名称:akeneo-geoloc-attribute
文件大小:203KB
文件格式:ZIP
更新时间:2024-06-11 09:05:34
PHP
GeolocAttributeBundle 地理位置是Akeneo PIM的属性,它将纬度和经度字段添加到您的产品表单中。 您可以使用Google地图自动填充它们。 看截图: 安装 我们假设您熟悉 ,它是PHP的依赖项管理器。 使用以下命令将捆绑软件添加到您的composer.json并下载软件包。 如果您有[在全球范围内安装了Composer](< )。 $ composer require "cleverage/akeneo-geoloc-attribute" 否则,您必须下载.phar文件。 $ curl -sS https://getcomposer.org/installer | php $ php composer.phar require "cleverage/akeneo-geoloc-attribute" 将必需的捆绑软件添加到内核 您只
【文件预览】:
akeneo-geoloc-attribute-master
----composer.json(860B)
----.travis.yml(147B)
----.scrutinizer.yml(733B)
----Readme.md(3KB)
----src()
--------DependencyInjection()
--------Form()
--------CleverAgeGeolocAttributeBundle.php(1KB)
--------Normalizer()
--------AttributeType()
--------Model()
--------Resources()
--------Updater()
----spec()
--------DependencyInjection()
--------Form()
--------CleverAgeGeolocAttributeBundleSpec.php(1KB)
--------Normalizer()
--------AttributeType()
--------Model()
--------Updater()
----.gitignore(42B)
----phpspec.yml(158B)