-2

What is the recommended server specification for laravel + mssql application? because I have never try on a windows server. And is there a recommendation for vps that is used for the laravel + mssql application?

2 Answers2

0

I'm using SQLserver with Laravel, but there is no problem if the SQLserver driver can be installed

SQLserver

However, since there is almost no root authority to use it with the hosting service, it is recommended to use the VPS that contains the driver from the beginning.

su3158
  • 555
  • 1
  • 6
  • 25
0

In my opinion, you could try to use the newest windows server 2019. It is the newest windows server and contains the newest IIS 10.

Windows server could install the PHP and MySQL and working well.

More details about how to install the Laravel in the windows, you could refer to below article.

https://jimfrenette.com/2016/09/laravel-iis-windows-install/

Brando Zhang
  • 22,586
  • 6
  • 37
  • 65