Laravel makes connecting with Postgres databases and running queries extremely simple out of the box. The Postgres database configuration for your application is located at Laravel Project Root Folder, config/database. php . In this file you may define Postgres database connection for your Laravel Application.
Read moreDoes Laravel work with PostgreSQL?
Currently, Laravel provides first-party support for five databases: MariaDB 10.2+ (Version Policy) MySQL 5.7+ (Version Policy) PostgreSQL 9.6+ (Version Policy)
Read more