DEV Community

Discussion on: Deploy Laravel application with database to Heroku

Collapse
 
imanservisi profile image
Isabelle Manservisi

Thanks for this tutorial. It helped me a lot for my first deployment !

Some things to note :

  • with mySQL, it's free, even if heroku require to enter your credit card (no charge at all).
  • don't forget to go in your database Dashboard (in Heroku, click on your addon) and fill your .env with the correct values of host/user... For the password, put it in your heroku config var, so no one can catch it. And do the same in your database.php
Collapse
 
safventure11000 profile image
Saf11000

Nice! Happy to know that. And thank you for sharing your notes. :) Happy new year!