Home > Software design >  Deploy Laravel and react in windows server
Deploy Laravel and react in windows server

Time:11-22

How can I deploy a Laravel API project and react js (2 separate project) build in a windows server (virtual machine from azure), and can I access the system from public IP ?

CodePudding user response:

Your question is too broad. Install the web server to deploy the react project, and install both the web server and PHP to deploy the PHP project.

  • Related