clickandmortar / oro-platform-generic-address-bundle
Generic address bundle for OroPlatform / OroCRM projects
Installs: 248
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
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
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"