找不到 Laravel [Cent OS 6] 的驱动程序

Could not find driver for Laravel [Cent OS 6]

我试过sudo yum install php54w-pdo --enablerepo=remi在centos 6中安装PDO驱动

安装成功。但是 laravel 引发了异常 PDOException in Connector.php line 47: could not find driver

尽我所能。尝试了来自 Whosebug 的不同解决方案。但没有用。

您可能还需要为正在使用的数据库安装 pdo 驱动程序。 php-pdo 本身是不够的,因为它主要是抽象层并且能够连接到特定的数据库,它还需要一个正确的驱动程序(即 php54w-mysqlnd 将提供 pdo-mysql 驱动程序)。