primo's avatar

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 ?

0 likes
3 replies
kingpabel's avatar

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.

Please or to participate in this conversation.