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

afraz's avatar
Level 3

Stripe custom image on top

Hi, I want to show a custom image on stripe form. If i link an image that is located at "root_folder/images/logo.png" then it works. But if I want to show image that is located at storage directory then error occurs. I tried: image: "images/logo.png", it works. but I am not saving logos here. I am saving logos at storage directory. image: "public/images/logo.png" doesn't work image: "storage/app/logos/logo.png" does'nt work. what is the way to show it from public or storage directory? Thanks!

0 likes
0 replies

Please or to participate in this conversation.