Laravel 5 – How to access image uploaded in storage within View?

I have got user’s avatars uploaded in Laravel storage. How can I access them and render them in a view?

The server is pointing all requests to /public, so how can I show them if they are in the /storage folder?

13 Answers
13

Leave a Comment