fond-of-akeneo/export-connector-bundle

FOND OF 插件,用于导出具有本地化属性选项标签的产品。

4.0.0 2021-08-04 08:25 UTC

This package is auto-updated.

Last update: 2024-09-12 15:36:29 UTC


README

PHP from Travis config license

FOND OF 插件,用于导出具有本地化属性选项标签的产品。

安装

使用composer安装插件

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

config/bundles.php文件中启用插件。

<?php

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