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 [...]