m-paap/laravel-image-cache

There is no license information available for the latest version (dev-master) of this package.

dev-master 2019-04-01 10:01 UTC

This package is not auto-updated.

Last update: 2024-05-07 14:17:26 UTC


README

Install

composer require m-paap/laravel-image-cache

Add to config/app.php

MPaap\LaravelImageCache\ServiceProvider::class, Intervention\Image\ImageServiceProvider::class

Publish config

php artisan vendor:publish --tag="image-cache"

Usage

/{config or default image}/{w}/{h}/{path to image}