phpStorm 如何配置默认的服务器的路径 和 端口?
点击浏览器默认出来的是:
http://localhost:63342/untitled/index.php
如何自定义这个 Server 的端口, 如何不要 untitled 这个文件夹?
----------------------- 以下是精选回复-----------------------
答:这个功能我没怎么用过,一般是执行 php -S localhost:8000
答:https://jingyan.baidu.com/article/fec4bce278b306f2618d8bb4.html
答:百度一下,你就知道
答:这个快捷键不是用来跑 PHP 的,是用来预览 html 的。
PHP 还是要用上面那个调试的按钮。
答:写配置文件吧
答:deployment
答:untitled 是你的项目名称
0条评论