oniti/docga-akeneo-connector

Docga 为 Akeneo 的扩展

V1.4.8 2019-02-13 13:24 UTC

This package is auto-updated.

Last update: 2024-09-29 04:43:26 UTC


README

DocGa - Attribut Akeneo

DocGa - Akeneo 属性

先决条件

安装

    composer require oniti/docga-akeneo-connector

在文件 app/config/routing.yml 的末尾

docga:
    resource: "@OnitiDocgaConnectorBundle/Resources/config/routing.yml"

app/AppKernel.php 中启用 bundle

protected function registerProjectBundles()
{
    return [
        // ...
        new Oniti\Docga\ConnectorBundle\OnitiDocgaConnectorBundle()
    ];
}

最后在项目根目录下

php app/console cache:clear --env=prod && php app/console pim:installer:assets --env=prod && php app/console oro:translation:dump en fr en_US en_UK fr_FR --env=prod

然后启动 Akeneo,并在 system/configuration/docga 中填写服务器的 URL 以及要使用的 API 密钥