javad helali
0
Q:

laravel conexion postgresql example

extension=pdo_pgsqlextension=pgsql
0
# your root project modify the .env file | grep DB

DB_CONNECTION=pgsql
DB_HOST=<your_database_IP_address>
DB_PORT=5432
DB_DATABASE=postgres
DB_USERNAME=postgres
DB_PASSWORD=postgres
0

New to Communities?

Join the community