Laravel Posts


Configure Laravel to Use PostgreSQL with Homestead

  • Date: 29 Apr 2018
  • 4 min read

I was building a Laravel app in Homestead, with MySQL. I later decided to use PostgreSQL. This took a bit longer than expected. Here is how I did it. Review Homestead Setup Update Laravel’s DB Config Recreate the database in PostgreSQL Recreate the Database Tables and Data Optional: Install a [...]