if you want to store images or files secure on his server. so anyone can not access your images of files directly using url. that's the reason laravel introduce storage folder for file upload.
Solution 1:-
if you want to show image using asset function than first of all you need to link your storage folder using following artisan command:
.env file
Trending Tutorials