PDOException::("could not find driver") laravel pgsql

PDOException::("could not find driver") laravel pgsql

我需要 Laravel 与 Postgres

我有 wampserver 并为 php

启用了 pgsql 和 pdo_pgsql 扩展

我的环境文件如下:

DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=mehri
DB_USERNAME=postgres
DB_PASSWORD=123456

我在 windows

上安装了 postgres 和 pgAdmin

我还添加了 LoadFile "C:/Program Files/PostgreSQL/8.4/bin/libpq.dll" 到 httpd.conf

我还尝试通过将 C:/Program Files/PostgreSQL/8.4/bin 添加到环境 PATH

来修复此错误

当我 运行 php -m 时,我没有看到 pgsql

我尝试了所有方法,但仍然出现此错误

我发现了我的错误,这是因为我在我的系统上单独安装了 postgres。我应该将它安装到 wamp 或 xampp.

无论如何,我使用 bitnami wamp stack 作为服务器 https://bitnami.com/stack/wapp