PHP code example of oniti / docga-akeneo-connector

1. Go to this page and download the library: Download oniti/docga-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/ */

    

oniti / docga-akeneo-connector example snippets


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

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