1

I have set up a Laravel app in windows server 2012 but want to run jobs in it as windows services. So that it is always running on my server. I want my users to access it as a website publicly from any browser. Also, I would like to know how can I use python to perform crud operations as a service hosted on the same server.

Yaser Darzi
  • 1,480
  • 12
  • 24

1 Answers1

0

You can run supervisor on your OS and mange your jobs. how to install supervisor on windows server

The other solution is Non-Sucking Service Manager that help you run your queue process as windows service.

Please check this question on Laracast.com

Milad Kianmehr
  • 337
  • 2
  • 14