Laravel error migrate: could not find driver (SQL: select * from

On Ubuntu you should be able to install the necessary PDO parts from apt using

Installing PHP mysql and PDO driver on MySQL Linux server

sudo apt-get install php-mysql

sudo apt-get install pdo-mysql