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

AlbertoLyra's avatar

Bagisto Images on Laravel Cloud

Hello!

I'm trying to deploy Bagisto on Laravel Cloud, but I'm having a problem: I can't upload product images, but there are no errors in the log; the images simply aren't visible, neither in the admin panel nor on the front end.

How do images work in Laravel Cloud? Do I need to enable any options or perform any special actions for them to work?

Thank you.

0 likes
3 replies
Tray2's avatar

What do you mean with "simply aren't visible"?'

Is it that they just don't display, or is it that they give a 404?

If it is the latter, then try php artisan link to create the symlink to the public directory.

If that doesn't help, make sure that you have the correct path specified.

AlbertoLyra's avatar

I mean that you can't see them anywhere. Them just don't display, appears an icon showing they are not available.

The symlink is correctly created.

The path is not correct because the images aren't uploading in the admin panel.

I don't know if this happens with other applications.

Thanks.

Please or to participate in this conversation.