FileUpload doesnt save to public
The problem is, the files only get saved to "storage/app/public" and not "public/storage". Therefore, you cant preview it or open it at all
I ran
php artisan storage:link
, and the url in .env is correct
My filesystems file:
2 Replies
I also have the same thing on my production site, and it works there... which raises even more questions 🤔
Hi. DId you find solution?