Skip to content

Image lib from opencart integrate to laravel for easy cache image

Notifications You must be signed in to change notification settings

denis-kisel/smart-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

SmartImage

Latest Version on Packagist Total Downloads Build Status

Installation

Via Composer

$ composer require denis-kisel/smart-image

Usage

<?php
//Will get storage/app/public/image.jpg
//And will put in the storage/app/public/image_cache/image-200x200.jpg
//Return link on cache image: site.com/storage/image_cache/image-200x200.jpg
SmartImage::cache('image.jpg', 200, 200); 

Credits

About

Image lib from opencart integrate to laravel for easy cache image

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages