/akeneo-export-connector-bundle

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

Primary LanguagePHPMIT LicenseMIT

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 config/bundles.php file.:

<?php

return [
    ...
    FondOfAkeneo\Bundle\ExportConnectorBundle\FondOfAkeneoExportConnectorBundle::class => ['dev' => true, 'test' => true, 'prod' => true]
];