PHP code example of akeneo / excel-init-bundle

1. Go to this page and download the library: Download akeneo/excel-init-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 / excel-init-bundle example snippets


    $bundles = [
        // ...
        new Pim\Bundle\ExcelInitBundle\PimExcelInitBundle(),
    ]
bash
    php composer.phar 
bash
    php bin/console cache:warmup --env=prod
    php bin/console pim:installer:assets --env=prod