Laravel connect to SQL 2014

09/10/2019 04:29 LuciferMorningStar666#1
Anyone using laravel?
How can I connect my laravel to my sql port using vps server.

I tried to use *sqlsvr* but the response is:
`database [sqlsvr] not configured`

I search all over the internet and found nothing.

I tried to use odbc connection
, but it throws odbc not supported

*Additional info*
Im using laravel 6
MS sql 2014

*Tried ports*
Using default ports: 1433, 9987, 10011
09/10/2019 15:36 xTwiLightx#2
This belongs to anything but here.
Check Stackoverflow or the Laracasts board.

For the problem itself, the error message is quite clear - you did not configure the 'sqlsrv' connection properly.