Connect Ms Sql to laravel | Connect laravel to sql server



1. Visit the link: https://docs.microsoft.com/en-us/sql/connect/php/download-drivers-php-sql-server?view=sql-server-ver15
2. Then download the: Microsoft Drivers 5.8 for PHP for SQL Server, click the link.
3. Extract in any folder.
4.
extension=php_pdo_sqlsrv_72_ts_x64
extension=php_sqlsrv_72_ts_x64
copy the below two lines and paste it php.ini configuration file.
#laravel #ms_sql_connection

Comments are closed.