PHP code example of akeneo-labs / custom-entity-bundle

1. Go to this page and download the library: Download akeneo-labs/custom-entity-bundle 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/ */

    

akeneo-labs / custom-entity-bundle example snippets


    return [
        // ...
        Pim\Bundle\CustomEntityBundle\PimCustomEntityBundle::class => ['all' => true]
    ];
bash
    php composer.phar 
bash
    php bin/console akeneo:batch:create-job "Akeneo Mass Edit Connector" "csv_reference_data_quick_export" "quick_export" "csv_reference_data_quick_export" '{"delimiter": ";", "enclosure": "\"", "withHeader": true, "filePath": "/tmp/reference_data_quick_export.csv"}'
bash
    $ composer install
    $ vendor/bin/php-cs-fixer fix -v --diff --config .php_cs.php