How can I access a direct image from storage?
I'm saving the images from my project in storage/images/clients/
how do I retrieve those images and display them for the view?
How can I access a direct image from storage?
I'm saving the images from my project in storage/images/clients/
how do I retrieve those images and display them for the view?
To retrieve the raw content of the file use:
But if you just trying to display it in the view, there no need for any special cumbersome method, Simply use
You need to create a symbolic link between the
storage/images
andpublic/images
:Then you'll be able to use these images: