我正在使用Centos 7.7和PHP 7.2,但是当我尝试使用laravel迁移数据库时,出现了这个错误。我试过很多方法,但我还是解决不了这个问题。Illuminate\Database\QueryException : could not find driver (SQL: select * from information_schema.tablestable_name = migrations and table_type = 'BASE TABLE')
at /var/www/vhosts&
首先,问题在于Laravel而不是postgresql或PHP。我可以用一个简单的PHP文件连接postgresql。但拉勒维尔做不到。当我试图用laravel连接我电脑中的postgresql服务器时,我会得到"PDOException with message“无法找到驱动程序的错误。如果我运行php artisan migrate命令,错误是Illuminate\Database\QueryException : could not find drive