I am facing this error at the time of artisan migration – Laravel
I am facing this error at the time of configuration my laravel 6.2 project with PHP 7.2.5 to MSSQL SERVER and I have added in .env file DB_CONNECTION=sqlsrv DB_HOST="DESKTOP-AMCDA5K" DB_PORT=1433 DB_DATABASE="AuditReferences" DB_USERNAME="sa" DB_PASSWORD="admin123" DB_ENCRYPT=true DB_TRUST_SERVER_CERTIFICATE=false for view server connection page…