clickandmortar/oro-platform-generic-address-bundle
Composer 安装命令:
composer require clickandmortar/oro-platform-generic-address-bundle
包简介
Generic address bundle for OroPlatform / OroCRM projects
README 文档
README
Generic Address bundle is a bundle for OroPlatform / OroCRM project. It allows to add addresses easily on any entity.
Made with 💙 by C&M
Versions
| Bundle version | OroPlaftorm version |
|---|---|
| 4.2.* | 4.2.* |
| 1.1.* | 4.1.* |
| 1.0.* | 3.1.* |
Installation
Download the Bundle
$ composer require "clickandmortar/oro-platform-generic-address-bundle" "1.1.*"
Enable the Bundle
Edit your config.yml file to expose js routing:
fos_js_routing:
routes_to_expose: [...,candm_*,...]
Bundle is enabled automatically by bundles.yml file.
Run only following commands:
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"
统计信息
- 总下载量: 250
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-03-26