I am using phpdesktop on my Laravel project to create an exe file. In settings.json i have set up that phpdesktop is listening localhost:8000, but I can not start exe file without server previously runned (either php or artisan command). Is there any way that i can start my own local server before the module starts listening for localhost:80, something like put an exec command at the beginning of index.php?
Asked
Active
Viewed 58 times
0
-
could you use a different port? – movac Sep 22 '20 at 16:45
-
suppose i could – Domagoj Samardžić Sep 22 '20 at 19:37