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,
/public
You can run this command in your console to make link:
php artisan storage:link
Reference link