Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 727 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 727 Bytes

fond-of-akeneo/export-connector-bundle

PHP from Travis config license

FOND OF bundle to export products with localized attribute option labels.

Install

Install bundle with composer:

composer require fond-of-akeneo/export-connector-bundle:VERSION_CONSTRAINT

Enable the bundle in app/AppKernel.php file, in the registerBundles function, before the line return $bundles:

$bundles[] = new FondOfAkeneo\Bundle\ExportConnectorBundle\FondOfAkeneoExportConnectorBundle();