我在vps上使用centos。我已经安装了laravel和postgres。但是我得到这些错误, Illuminate \ Database \ QueryException:找不到驱动程序(SQL:从information_schema.tables中选择*,其中table_schema = public,table_name = migrations)
位于/home/admin/web/servers1.dreamploy.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:664 660 | //如果在尝试运行查询时发生异常,我们将格式化错误 661 | //包含SQL绑定的消息,这将使此异常成为 662 | //对开发人员有更多帮助,而不仅仅是数据库的错误。 663 | catch(例外$ e){
664 |抛出新的QueryException( 665 | $ query,$ this-> prepareBindings($ bindings),$ e 666 | ); 667 | } 668 |
异常跟踪:
1 PDOException::(“找不到驱动程序”) /home/admin/web/servers1.dreamploy.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:68