Support the ongoing development of Laravel.io →
Installation Configuration
Last updated 2 years ago.
0

I haven't tried it, but according to MSDN, the following link contains the driver that PHP requires to connect to SQL Server:

http://msdn.microsoft.com/en-us/sqlserver/cc299381.aspx

You will need to modify your PHP.ini file to get this to work.

As far as IIS, what version are you running?

Last updated 2 years ago.
0

Thanks Donald, I reader the same page, but it seems not updated in the last two year :) I think we'll use xampp for apache + php.

Last updated 2 years ago.
0

I discovered through trying to set this up myself on a Win7/IIS/PHP/MSSQL stack that there is not an official sqlsrv driver for PHP 5.5 or above. Only for PHP 5.4 or 5.3. I ended up using an unofficial version I found after various searching and it seems to work fine, obvious caveat is it's not an 'official' MS version.

If your are interested I found the drivers here - https://social.msdn.microsoft.com/Forums/sqlserver/en-US/e1d37...

Another option would be to use PHP5.4 in your production environment and the official sqlsrv drivers from MS.

Or just use MySQL in xampp. I don't have that option myself as I am using an existing MSSQL db.

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

umigliore umigliore Joined 16 Oct 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.