DEV Community

Discussion on: How to Host a Laravel App with MySQL Database on Heroku

Collapse
 
nedsoft profile image
Chinedu Orie

You could try this couple of commands to debug the problem.

heroku logs --tail -a your-app-name // to view the error logs

heroku ps:exec -a your-app-name // to access your codes in the server

Collapse
 
myehiz profile image
Ehiz Michael

Okay