Skip to content

Image file missing #41

@polaroi8d

Description

@polaroi8d

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions