Hello Laravel experts, please I want to try to convert uploaded image to blob format and then save it to database and retrieve image to display to the end user. Your help will surely be appreciated.
maybe you can use
file_get_contents($image)
with base64_encode
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community