Answers for "how to connect laravel with postgresql table"

PHP
0

db connection postgres laravel

# cat myproject/.env | grep DB

DB_CONNECTION=pgsql

DB_HOST=<your_database_IP_address>

DB_PORT=5432

DB_DATABASE=postgres

DB_USERNAME=postgres

DB_PASSWORD=postgres
Posted by: Guest on August-31-2021

Code answers related to "how to connect laravel with postgresql table"

Browse Popular Code Answers by Language