Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image file missing #41

Open
polaroi8d opened this issue Jan 2, 2018 · 2 comments
Open

Image file missing #41

polaroi8d opened this issue Jan 2, 2018 · 2 comments

Comments

@polaroi8d
Copy link

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?

@dmongeau
Copy link
Member

dmongeau commented Jan 7, 2018

Hello, if you want to use the Laravel Filsystems, you better check the v1 branch which will be released as 1.0. It supports multiple sources and one of then is laravel filesystem. Let me know

@tinkeshwar
Copy link

Hi, If you are looking for something like Laravel Imager Happy to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants