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

bryareqbal's avatar

Deployment Laravel System To local Windows Server 2019

Hello everyone, how can deployment my Laravel system to local Windows server 2019, I have 100 clients request by using LAN network to Local Server.

  • My system contains (Laravel + Tailwind CSS + MYSQL)
0 likes
5 replies
vincent15000's avatar

You have to install all the needed dependencies (MySQL, PHP, ...) to be available on the server. And then probably install the app on IIS ?

Please or to participate in this conversation.