Package Data | |
---|---|
Maintainer Username: | j00seph |
Maintainer Contact: | pozycjoner.net@gmail.com (Michal Glajc / poznet) |
Package Create Date: | 2015-11-02 |
Package Last Update: | 2016-10-11 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-17 03:04:12 |
Package Statistics | |
---|---|
Total Downloads: | 155 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Bundle/Service created for simple dynamic image manipulation (resize for example). Stores manipulated images in cache for better performance.
###Requirments
###Installation
composer require poznet/image:dev-master
providers' => [
/*
* Laravel Framework Service Providers...
*/
...
'Poznet\Image\PoznetImageProvider',
],
###Usage All paths is relative to /storage/app/ and it's get by Storage Facade (local), so it can be easily change to ftp/scp/Amazon/Dropbox etc.
<img src="{{route('imagemin', ['width'=>'450','path'=>'logo.jpg'])}}">
Intervention Imagecache Class is licensed under the MIT License. Feel free to contribute.