DEV Community

Discussion on: Deploying your Laravel + MySQL application on Heroku

Collapse
 
benjajorquera profile image
Benja Jorquera

Nice guide! Thank you! I was able to deploy my calendar appointments api. Here some tips:

  1. grep in Windows: findstr
  2. Be careful if you are working with date and time data types in your DB
  3. If you get an error with the server, change the APP_DEBUG to true in your Config Vars to see what happens.

Cheers!

Collapse
 
doougui profile image
Douglas Pinheiro Goulart

Nice! Thank you for the tips :)