exception 'PDOException' with message 'could not find driver' SQLSRV Laravel Artisan CLI
问题 I am running php 5.5 on a Windows Server 2008. I am using the Laravel 4.0 framework for the application. I am connecting to a SQL SRV database via PDO, when executed via http there is no issue, connections are made data is called and updated without issue. However when calling a command from Artisan (Laravel's CLI tool) I get the following error in the log: log.ERROR: exception 'PDOException' with message 'could not find driver' in C:\inetpub\MBSWeb\postsrch\vendor\laravel\framework\src