Avatar of rivkamak
rivkamak
Flag for United States of America

asked on 

Laravel PDO missing driver on site but not with migration

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?
LaravelPHP

Avatar of undefined
Last Comment
Dave Baldwin

8/22/2022 - Mon