PHP code example of ephoto / akeneo-connector

1. Go to this page and download the library: Download ephoto/akeneo-connector library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

ephoto / akeneo-connector example snippets


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

bash
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