22/05
2017
dev-master
9999999-dev
The Requires
by Mark Paap
Wallogit.com
2017 © Pedro Peláez
Install, (*1)
composer require m-paap/laravel-image-cache, (*2)
Add to config/app.php, (*3)
MPaap\LaravelImageCache\ServiceProvider::class,
Intervention\Image\ImageServiceProvider::class, (*4)
Publish config, (*5)
php artisan vendor:publish --tag="image-cache", (*6)
Usage, (*7)
/{config or default image}/{w}/{h}/{path to image}, (*8)