Upon running: php artisan migrate I recieve:
[PDOException] could not find driver With me being unable to run database migrations through artisan.
As far as I can see my Nginx instance has PDO enabled and supporting mysql which is what I'm using on my local machine. What's the problem?

