Skip to content

Instantly share code, notes, and snippets.

@andreoav
Created February 24, 2015 13:32
Show Gist options
  • Save andreoav/d1104fad7bf75e75c985 to your computer and use it in GitHub Desktop.
Save andreoav/d1104fad7bf75e75c985 to your computer and use it in GitHub Desktop.
Download images.
/**
* Static images
*/
get('static/images/{imgName}', function($imgName) {
$myImage = Image::make(storage_path() . '/app/' . $imgName);
return $myImage->response();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment