spatie / laravel-glide

Easily convert images with Glide
https://freek.dev/2015/12/easily-convert-images-with-glide/
MIT License
424 stars 51 forks source link

this package can only manipulate image locally #42

Closed argb closed 8 years ago

freekmurze commented 8 years ago

Could you please describe to problem in more detail. If possible also provide sample code with which the problem can be recreated.

argb commented 8 years ago

@freekmurze I just mean the package hard coded Local filesystem :

protected function setImageSource()
    {
        return (new Filesystem(new Local(
            $this->glideConfig['source']['path']
        )));
    }
freekmurze commented 8 years ago

There's a note in the readme regarding this. Feel free to submit a PR if you need extra functionality.

argb commented 8 years ago

@freekmurze thanks :)