DEV Community

Discussion on: Deploying a Laravel application to Heroku with a MySQL database

Collapse
 
soyluisreyes profile image
Luis Reyes

I have a project in laravel with a MySQL database, but when saving the images it doesn't work, it gives me an error. Any ideas?

Collapse
 
kennexcorp profile image
Kene Sylvester O.

Heroku doesnt allow you to save images or upload files to their server

Collapse
 
okmarq profile image
Joel Okoromi

Hello Reyes, sorry for the late reply.
I will need more context on what you hope to achieve to be able to provide a better answer.

when saving images to database, you need to have the images uploaded to your server while you store the name in a database.