配置了postgreSql,訪問報(bào)錯(cuò):could not find driver,請問是什么問題。
配置數(shù)據(jù)庫:
查詢數(shù)據(jù): $res = Db::connection('pgsql')->table('admin')->get();
php -m | grep -i pgsql
postgreSql 擴(kuò)展裝了么?
謝謝回答,已解決了