You could have a look at : http://glide.thephpleague.com/
Image resize by URL
Hello,
I have a laravel app that allow the user to upload images. Images are stored in the public directory. Something like this: www.domain.com/storage/4/properties/41117/1289c67b34c151de66538022168d0895ab534456.jpg www.domain.com/storage/2/properties/41327/1289c63b34c151de66538022168d0895ab534456.jpg
Is there a way to allow resizing the image by adding something like this to the end of the URL ?width=100&height=100
I would like to serve the images directly if no query strings attached, and send the URL to a controller to resize it using intervention/image if we have a query string - if possible.
Thank you in advance
Please or to participate in this conversation.