0

I have a Laravel 5.5 application where I store image urls in JSON objects. Objects are stored like:

{"images": ["/images/57/image-12.png","/images/57/image-11.png"]}

Storing the images on web server works. Just need to add them to the JSON file to use them later.

How can I place them behind each other?

sanyassh
  • 8,100
  • 13
  • 36
  • 70
sg_sg94
  • 2,248
  • 4
  • 28
  • 56

0 Answers0