ephoto/akeneo-connector

Extension to connect ePhoto to Akeneo

1.0.6 2020-10-04 15:01 UTC

This package is not auto-updated.

Last update: 2024-12-23 11:59:29 UTC


README

ePhoto - Akeneo Connector

ePhoto - Akeneo Connector

Description

After installing the connector, you can import the assets of your choice from ePhoto DAM.

Source code available on Github. Install the bundle with composer.

More information are available at our website.

Requirements

Installation

For example, if you have ePhoto 3.10, you can install this bundle with composer (see requirements section):

    php /path/to/your/composer.phar require ephoto/akeneo-connector:~1.0

Then add the following lines at the end of your app/config/routing.yml :

ephoto:
    resource: "@EindenEphotoConnectorBundle/Resources/config/routing.yml"

and enable the bundle in the app/AppKernel.php file in the registerProjectBundles() method:

protected function registerProjectBundles()
{
    return [
        // ...
        new Einden\Ephoto\ConnectorBundle\EindenEphotoConnectorBundle(),
    ];
}

After all, run the following commands in your project root:

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

Within the Akeneo system configuration, you have to enter all required URL parameter to connect to your Ephoto DAM instance.