通过LAN访问PhpStorm Web服务器(Laravel)

时间:2018-02-14 10:53:23

标签: laravel phpstorm

我有一个我在PhpStorm开发的Laravel项目。我使用PhpStorm Web服务器中的构建进行开发和调试。 (localhost:8000)现在,我需要能够从同一网络中的其他设备访问该服务器。

Google搜索和jetbrains.com一直没有太大帮助。我试过这个(https://intellij-support.jetbrains.com/hc/en-us/community/posts/207020155-phpstorm-and-http-server-localhost-only-),但它不起作用。

任何帮助?

修改: 我发现了这个问题。由于Web服务器是通过artisan启动的,因此它会忽略我的PhpStorm设置。我需要更改启动参数,如下所示:

php artisan serve --host=0.0.0.0 --port=8000

0 个答案:

没有答案