php artisan migrate throwing [PDO Exception] Could not find driver – Using Laravel

You can use

sudo apt-get install php7-mysql

or

sudo apt-get install php5-mysql

or

sudo apt-get install php-mysql

This worked for me.

Leave a Comment