DEV Community

Discussion on: Deploying Laravel8 app on shared-hosting (Hostinger)🌎

Collapse
 
pushpak1300 profile image
Pushpak Chhajed

Which Images are you talking?
Assets or user storage?

Collapse
 
didarh profile image
Didar Hojagulyyev

User storage, because after uploading image,it again creates folder of public. so maybe it is better not moving files to public_html. Then What way should we do???

Thread Thread
 
pushpak1300 profile image
Pushpak Chhajed • Edited

Oops ;-( ,
I completely missed that. you have to create one symbolic link from storage folder to public_html folder.

Thread Thread
 
shubhamnayak profile image
Shubham Nayak

I Have faced the same issue with the storage folder and when I try to create a symbolic link of storage folder it shows the error -
symlink(): No such file or directory.
Please help me out with this.

Some comments have been hidden by the post's author - find out more