Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 720 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 720 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 config/bundles.php file.:

<?php

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