vadir@DESKTOP-6504PNT MINGW64 /c/xampp/htdocs/lsapp
$ php artisan migrate
Illuminate \ Database \ QueryException 找不到驱动程序(SQL:从information_schema.tables中选择*,其中table_schema = lsapp和table_name =迁移并且table_type ='BASE TABLE') 在C:\ xampp \ htdocs \ lsapp \ vendor \ laravel \ framework \ src \ Illuminate \ Database \ Connection.php:671 667▕//如果尝试运行查询时发生异常,我们将格式化错误 668▕//包含SQL绑定的消息,这将使此异常成为 669▕//对开发人员有更多帮助,而不仅仅是数据库的错误。 670▕catch(Exception $ e){ ➜671▕抛出新的QueryException( 672▕$ query,$ this-> prepareBindings($ bindings),$ e 673▕); 674▕} 675▕ 1 C:\ xampp \ htdocs \ lsapp \ vendor \ doctrine \ dbal \ lib \ Doctrine \ DBAL \ Driver \ PDO \ Exception.php:18 主义\ DBAL \ Driver \ PDO \ Exception::(“找不到驱动程序”) 2 C:\ xampp \ htdocs \ lsapp \ vendor \ doctrine \ dbal \ lib \ Doctrine \ DBAL \ Driver \ PDOConnection.php:41 教义\ DBAL \ Driver \ PDO \ Exception :: new()