Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Vivek1154's avatar

image not display when deploy laravel project

hello guys in my shared hosting image is not display when i have deploy my project. Any Solution ?

0 likes
5 replies
Snapey's avatar

you are going to have to provide more investigation results

My guess is that you have just dumped the entire project in the public_html folder, or in another folder off that

Vivek1154's avatar

@Snapey i have deploy my entire project in another folder. earlier my project is run and image also display image but when i have just change in my project of logic part and then take pull then image problem is arrived.

jlrdw's avatar

@Vivek1154 did you look at the chapter in the documentation on deployment. And are you pointing to public as the document root as per the documentation. Also did you remember to set a symbolic link.

Vivek1154's avatar

@jlrdw @snapey I have placed whole code into root folder because of we are pointing that project with the help of subdomain. project was working perfectly before make changes. And Right now all php file work perfectly but when i try to load images from public folder showing blank white screen. not getting even 404 error.

Please or to participate in this conversation.