Level 122
take the image from api and save as files. Why would you need to save them in the database?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi Is there a way to get images from api without storing them in the database ? I generated api from web one , it has some images, Then I consume the api in web two the images is not there because the path is not there, So how can I get these images. is there away to take images from api?
@alya_alsiyabi Save it and you will get the path (on your disk) https://laravel.com/docs/9.x/filesystem#storing-files
Please or to participate in this conversation.