I'm trying to connect a laravel 5.6 project to SQL Server on Windows I downloaded
php_pdo_sqlsrv_71_ts.dll and php_sqlsrv_71_ts.dll
my phpinfo looks like this
But now when I try to run the migrations I get the error:
Illuminate\Database\QueryException : SQLSTATE[08001]: [Microsoft][ODBC Driver 13 for SQL Server]TCP Provider: No se puede establecer una conexión ya que el equipo de destino denegó expresamente dicha conexión.
I already did the configuration following this answer but still it's not working
My current config looks like this: