Search code examples
sql-serverlaravelodbcdriverlaravel-6

How to make an ODBC connection with Laravel6?


I want to connect to SQL Server using ODBC, but I can't find a driver or library that supports Laravel6.

How can I make an ODBC connection with Laravel6?


Solution

  • Laravel does not ship with an ODBC driver. For that, you have to find a package that provides that driver and install it via composer

    One helpful package could be https://github.com/techscope/laravel-sqlserver

    Also, as that page mentions, make sure your PHP has the appropriate drivers installed