PHP code example of abdelhamiderrahmouni / image-optimizer-command

1. Go to this page and download the library: Download abdelhamiderrahmouni/image-optimizer-command 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/ */

    

abdelhamiderrahmouni / image-optimizer-command example snippets


return [
    /*
     * The path to the assets folder. Default is public/assets.
     */
    'assets_path' => 'public/assets',
];