"laravel: pdo exception, cannot find driver even though the driver is installed and tested " Code Answer

4

follow these steps
sudo apt-get install php5-mssql
update /etc/freetds/freetds.conf

[global]  
# tds protocol version
; tds version = 4.2
tds version = 8.0
client charset = utf-8`

add this line to php.ini

mssql.charset = "utf-8"

reference : laracast discussion

By 15ee8f99-57ff-4f92-890c-b56153 on May 30 2022

Answers related to “laravel: pdo exception, cannot find driver even though the driver is installed and tested ”

Only authorized users can answer the Search term. Please sign in first, or register a free account.