我在Xammp上安装了Laravel。一旦我进入git bash运行命令" php artisan migrate"我收到这样的错误:
[Illuminate\Database\QueryException]
could not find driver (SQL: select * from information_schema.tables
where table_schema = blog and table_name = migrations)
[PDOException]
could not find driver
有谁知道为什么我会收到此错误以及解决此问题的方法是什么?