Artisan 迁移 --seed 错误

Artisan migrate --seed Error

当执行php artisan migrate 命令时--seed 在控制台上生成错误消息,有没有人遇到过这种情况?以下是消息:

[Illuminate\Database\QueryException]                                         
could not find driver (SQL: select * from information_schema.tables where 
table_schema = homestead and table_name = migrations)

接下来是

[PDOException]         
could not find driver

确保 pdo_mysql 已安装。

在 ubuntu 中:sudo apt install php-mysql