Hi all, I have a problem: can I use sqlsrv driver on my linux distro? In my project the database is Microsoft SQL Server and I'm not able to connect with this. I have tried to install FreeTDS without succes. This is the error:
Error in exception handler: could not find driver in /opt/lampp/htdocs/myproject/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:47
and this is my db configuration:
'sqlsrv' => array( 'driver' => 'sqlsrv', 'host' => 'ip', 'database' => 'db_name', 'username' => 'db_user', 'password' => 'db_password', 'prefix' => '', ),
Thank you very much in advance,
gradasso
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community