May 22, 2017
0
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!
Please or to participate in this conversation.