Alewa's avatar
Level 2

Laravel Godaddy Upload Error

when i upload image on my localhost it comes perfectly, but when i upload image on godaddy live server its shows the correct path but the image those not show. I am using ImageIntervention and also i have use php artisan storage:link locally before uploading the project on to a live server. Any help?

0 likes
3 replies
jlrdw's avatar

I have one small site on gadaddy for a client, but images work fine, I use the asset helper to display. Make sure you are properly set up with your folder structure.

Snapey's avatar

when i see this

https://test.com/public/storage/
                 ^^^^^^

... then I know immediately, its because you have installed your project in the wrong folder

you should NEVER be able to see public in your urls

Please or to participate in this conversation.