I'm getting an error when connecting to the application with the bank.
The .env file is configured correctly with the bank settings, the error that I have in return:
SQLSTATE[08001]: [Microsoft][ODBC Driver 11 for SQL Server]Named Pipes Provider: Could not open a connection to SQL Server [67]. (SQL: select top 1 * from [stakeholders] where [login] = rmendes)
The project is done in laravel, and the bank is in localhost
.
I use SQL SERVER MANAGEMENT STUDIO 2014
Image of the error in the browser ....
Couldthisbethecauseofmyproblem?