m-paap/laravel-image-cache

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

Installs: 65

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/m-paap/laravel-image-cache

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

This package is not auto-updated.

Last update: 2025-10-07 20:57:52 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}