I deployed a laravel app to shared hosting (hostinger). Everything is working fine except the images which are not showing up.
I have created a symlink of my storage folder with my public_html folder. Files uploaded enters the public folder but when I link the images they still do not show up.
I have created a symlink to the public_html since I cannot access the public folder. I need help on this please
I need the image to be displayed on the browser
ln
linux command is disabled – Salim Djerbouhpublic
folder:php artisan storage:link
; images are uploaded into thestorage
folder, then symlinked topublic
. Are you using this approach? Or something custom? – Tim Lewis