LaravelPackages.net
Acme Inc.
Toggle sidebar
m-paap/laravel-image-cache

65
0
About m-paap/laravel-image-cache

m-paap/laravel-image-cache is a Laravel package. It currently has 0 GitHub stars and 65 downloads on Packagist. Install it with composer require m-paap/laravel-image-cache. Discover more Laravel packages by m-paap or browse all Laravel packages to compare alternatives.

Last updated

Laravel image cache

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}

Comments