-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
I tried to use this libary but always return with the following error.
FileMissingException in ImageManager.php line 151:
Image file missing`
I know, I need to use with try / catch, BUT when I using the laravel built in $pic = Storage::get($file->path) and return it in a response with an image content-type header and the important infos, its works fine, and i got back the picture.
After I use $pic = Image::make($file->path); and the error is occurred.
There is any chance to use the variable returned by Storage?
fpena
Metadata
Metadata
Assignees
Labels
No labels