无法迁移新鲜的laravel 5.5安装 - 找不到驱动程序

时间:2018-01-30 09:48:05

标签: mysql database postgresql laravel laravel-5.5

我在一个相当新的Windows安装上安装了一个新的laravel安装。

我正在使用PHP 7.1.11

当我运行php artisan migrate时,我收到(数据库称为“项目”):

In Connection.php line 664:

  could not find driver (SQL: select * from information_schema.tables where table_schema = projects and table_name =
  migrations)


In Connector.php line 67:

  could not find driver

我在xampp环境中尝试了一个普通的MySQL数据库和一个独立的Postgres安装。两者都会导致错误上限。

我设置了很多laravel装置,从来没有像这样的问题。好像有些司机信息丢失了?有什么想法吗?

更新

DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=projects
DB_USERNAME=garden
DB_PASSWORD=postgres

0 个答案:

没有答案