Laravelのartisan migrateでcould not find driverが出るときの対処法

LaravelやLumenでphp artisan migrateを実行したとき次のようなエラーが出ることがある

# php artisan migrate

   Illuminate\Database\QueryException 

  could not find driver (SQL: select * from information_schema.tables where table_schema = db_name and table_name = migrations and table_type = 'BASE TABLE')

対処法

pdo_mysqlなどを入れる

# docker-php-ext-install pdo_mysql

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です