Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

lperezdude's avatar

Running Laravel on a windows server

I have an upcoming project where all the data i'm using is in Sql Servers, i was thinking of creating a laravel project in a windows server and running an API from there. I wanted to know what would be the down sides to this? i'm using azure cloud services

0 likes
2 replies
phildawson's avatar

i was thinking of creating a laravel project in a windows server and running an API from there.

Yeah fuck that I wouldn't run any websites on Windows Servers/Azure. If it needs to be kept on SQL Server (and can't be exported) then just have the database running on it and put the host in the sqlsrv config to connect to it.

1 like

Please or to participate in this conversation.