I asked this question and followed the instructions.
- I removed the default mysql driver
sudo apt-get remove --purge php5-mysql
- I installed the Native Driver
sudo apt-get install php5-mysqlnd
- I ran
sudo php5dismod mysql && php5enmod mysqlnd
- I restarted php5-fpm and nginx
At this point I was presented with the following error:
[2016-04-14 08:50:02] local.ERROR: exception 'PDOException' with message 'could not find driver' in /var/.../vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:47
Why does PDO say Could not find driver?