It's not possible to access directly to the storage folder.
You need to use a symbolic link.
php artisan storage:link
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello, my images don't load, im getting
GET http://localhost/storage/public/V0AkWXifX70Lj3M17VzmrlVFMDxwBOQgXnnjrk7J.png 404 (Not Found)
Im using docker (nginx,php,mysql), exectued command storage:link in php container but nothing happens. I don't know where to search for solution.
@raloseq An older post but see https://laracasts.com/discuss/channels/laravel/cant-display-image-using-storage
If the symbolic link isn't working try the linux Ln command.
Please or to participate in this conversation.