fond-of-akeneo/export-connector-bundle

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

4.0.0 2021-08-04 08:25 UTC

This package is auto-updated.

Last update: 2024-07-12 15:01:59 UTC


README

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]
];