Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 649 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 649 Bytes

FOAXmlExportConnectorBundle

Installation

  1. Install bundle using Composer:
    composer install friendsofakeneo/xml-export-connector-bundle
  1. Enable the bundle in AppKernel.php file:
    public function registerBundles()
    {
        $bundles = [
            ...
            new FOA\FOAXmlExportConnectorBundle\FOAXmlExportConnectorBundle(),
        ];
        ...
  1. Create export job instance:
php app/console akeneo:batch:create-job 'FOA XML Export connector' foa_xml_export export xml_export_instance '[]'
  1. Configure job instance: