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?
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?