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

morphdev's avatar

Images not being served on Laravel App

Let me start by saying, I'm a System Administrator with prior PHP experience - I've never really worked on Laravel projects before but I took this one for my client. The issue is that the system is running on an IP server, one of the things is that the images on the front-end ie logo's are not visible on the front end (after a symlink, the only backend images are now visible). For instance, the visible logo on the backend is

192.332.56.650/pos_system/storage/settings/February2024/16q81BieqYZYajLI5zBU.png 

but, the images aren't visible on the front end:

192.332.56.650/storage/settings/February2024/16q81BieqYZYajLI5zBU.png 

I've edited out the url for my clients privacy

the /pos_system/ folder is not accessible on the front-end images. I'll truly appreciate some help with this.

0 likes
5 replies
Snapey's avatar

The webserver cannot serve both / and /pos_system ?

ediblemanager's avatar

Have you linked your storage folder using php artisan storage:link?

krisi_gjika's avatar

can you show the structure of your project? based on your url the webserver expects to find a public/pos_system/storage/settings/ folder in your project

Please or to participate in this conversation.