I deployed laravel app on shared hosting in public_html/app folder. Here is everything from public folder. In /../../files I have rest of files. When I do php artisan storage:link in files folder my console says
[ErrorException]
symlink(): No such file or directory
On localhost I upload files to storage/uploads folder. What to do now? I tried to change links but nothing works for me...
storage
and not inpublic/assets
? I am sure there is path issue try another way – Niklesh Rautstorage_path()
instead – Niklesh Rautpublic
folder? if so try to rename it back topublic
– Abaij