PHP code example of nambu-ch / pimcore-image-loader

1. Go to this page and download the library: Download nambu-ch/pimcore-image-loader 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/ */

    

nambu-ch / pimcore-image-loader example snippets


$view->headScript()->appendFile('/bundles/imageloader/js/imageloader.js');