📜  db 连接 postgres laravel - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:18.585000             🧑  作者: Mango

代码示例1
# cat myproject/.env | grep DB

DB_CONNECTION=pgsql

DB_HOST=

DB_PORT=5432

DB_DATABASE=postgres

DB_USERNAME=postgres

DB_PASSWORD=postgres