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?