php-server-manager
php-server-manager copied to clipboard
server not started in electron
server not started in packaged electron
This package use child_process module to run the php server.
Make sure you can execute child process in electron. I've found some issues like this: https://stackoverflow.com/questions/38172308/spawn-a-child-process-in-electron (and others)