Do you happen to have a route that starts with /storage, that might be intercepting the image request?
Why isn't my images showing up?
Hi all,
I know this question has been posted before but I just don't get it!
I'm trying to access uploaded images that are stored under /public/storage/app_icons/upoCFOZpQVfoEOQ1xONUaU537rJweZ8Oqqn2f75t.png on the server. I'm confident that my upload form is working as it should.
In the browser I'm using /storage/app_icons/upoCFOZpQVfoEOQ1xONUaU537rJweZ8Oqqn2f75t.png to access the file but for some reason I get a "Page not Found". The URL is returned by Storage::url($image->path). The symlinks are aslo created via the artisan command. I'm struggeling with this on a local Homestead installation.
So, the question then; What do I have to do? Is there anything I need to change regarding folder permissions? What have I missed?
Yes, it should be the 2nd one. Did you run artisan storage:link from within /home/vagrant/sites/regionhalland?
Please or to participate in this conversation.