0

I have public_path in my app, /home/user/public_html but I wanna change it into my app domain, www.mydomain.com, so when I upload files, those files will be accessed by URL: www.mydomain.com/File/Uploaded_Photo.jpg instead of /home/user/public_html/File/Uploaded_Photo.jpg

Could anyone help and teach me? Thanks before.

1 Answers1

0

run php artisan cache:clear and run the command php artisan storage:link this will create storage symlink inside public/asset/storage and solve your issue

ioepracas
  • 15
  • 4