In Ubuntu 16.04, I have a project in Laravel 5.5 and I stored some images through script. The image files are stored into the path:
root-of-laravelProject/stroage/app/public/
however, if I want to display them directly in the browser like : http://127.0.0.1:8000/storage/image_1523525873.png , the images are not showing (Sorry, the page you are looking for could not be found). I also used this command : php artisan storage:link
however, it shows:
The "public/storage" directory already exists.