There has 2 way to store images First one is store images in database using base64 format Another one is store image in api's storage and provide url through api.
Jun 5, 2016
3
Level 3
Save image's
Hi
I am building an api and a cms system. the api is built with luman and the cms is laravel.
I need to insert and update data from my cms system and users to access the data from the api.
The question is what to do when i need to store images. i can't store it in the cms website/system public or storage folder because users need to have access to the image's from the api.
should i save the image to the database? did anyone faced a slimier issue ?
Please or to participate in this conversation.