PHP code example of bingvanmoorsel / easyimage
1. Go to this page and download the library: Download bingvanmoorsel/easyimage 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/ */
bingvanmoorsel / easyimage example snippets
// config/app.php
Intervention\Image\ImageServiceProvider::class,
Bingvanmoorsel\EasyImage\Providers\EasyImageServiceProvider::class,
// config/imagecache.php
'route' => 'img',
http://<yourdomain>.com/c_<route>/<command>/<params>/<path-to-image>