clickandmortar/oro-platform-generic-address-bundle

适用于OroPlatform / OroCRM项目的通用地址组件

4.2.1 2022-01-17 14:47 UTC

This package is auto-updated.

Last update: 2024-09-17 20:40:19 UTC


README

通用地址组件是用于OroPlatform / OroCRM项目的组件。它允许在任意实体上轻松添加地址。

由C&M用💙制作

版本

安装

下载组件

$ composer require "clickandmortar/oro-platform-generic-address-bundle" "1.1.*"

启用组件

编辑您的config.yml文件以暴露js路由

fos_js_routing:
    routes_to_expose:         [...,candm_*,...]

组件将通过bundles.yml文件自动启用。只需运行以下命令

php bin/console cache:clear
php bin/console fos:js-routing:dump
php bin/console doctrine:schema:update --force
php bin/console oro:entity-config:update --filter="ClickAndMortar*" --force
php bin/console oro:migration:data:load --bundles="ClickAndMortarGenericAddressBundle"