Settings (Preferences on Mac) | Build, Execution, Deployment | Debugger --> Can accept external connections.
AFAIK this should be enough (considering that firewall allows such incomming connections) -- haven't tried this myself (no need). Note that IDE restart could be required.
Make sure to change the port to non-default one (to 8080, for example), then apply changes, close preferences page and re-open it - checkbox will be enabled
Hi there,
Settings (Preferences on Mac) | Build, Execution, Deployment | Debugger --> Can accept external connections.
AFAIK this should be enough (considering that firewall allows such incomming connections) -- haven't tried this myself (no need). Note that IDE restart could be required.
https://confluence.jetbrains.com/display/PhpStorm/Using+the+Built-in+Webserver+in+PhpStorm
Thanks. it is works.
Hi, tried but the checkbox to enable "Can accept external connections" is disabled
Make sure to change the port to non-default one (to 8080, for example), then apply changes, close preferences page and re-open it - checkbox will be enabled
@Elena Pogorelova Thanks a lot, it's work now