Level 50
it created public/storage folder ?
Hi, I have image upload on my website and when I upload an image it goes to the storage folder. I already tried to generate a link between the storage folder and the public folder with: php artisan storage:link but that didn't work. Any ideas?
try this as well
img src="{{ asset('/storage/' . $threads->first()->image) }}"
Please or to participate in this conversation.