首页 > 解决方案 > php artisan 迁移错误 - 找不到驱动程序

问题描述

vadir@DESKTOP-6504PNT MINGW64 /c/xampp/htdocs/lsapp
$ php artisan migrate

Illuminate\Database\QueryException 在 C:\xampp\htdocs\lsapp\vendor\laravel\framework\ 找不到驱动程序(SQL: select * from information_schema.tables where table_schema = lsapp and table_name = migrations and table_type = 'BASE TABLE') src\Illuminate\Database\Connection.php:671 667▕ // 如果尝试运行查询时发生异常,我们将格式化错误 668▕ // 消息以包含与 SQL 的绑定,这将使此异常成为669▕ // 对开发人员更有帮助,而不仅仅是数据库的错误。670▕ catch (Exception $e) { ➜ 671▕ throw new 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:

标签: phpmysqllaravelartisan-migrate

解决方案


推荐阅读