I am trying out laravel with MSSQL for the first time.
I installed the neccessary 'SQLSRV' drivers.
I was able to use migration to create a new table to my database.
Then when i am trying to select , I am getting a laravel error, PDO missing driver.
is there a different php.ini setting for my laravel site vs the artisan migration?