在Windows 7上使用XAMPP设置phpstorm 4

时间:2012-06-05 04:36:52

标签: windows-7 xampp phpstorm

我需要帮助设置phpstorm(4.0)和XAMPP,它位于默认位置c:\ xampp \ htdocs。我在c:\ xampp \ htdocs \ projectname。

创建了我的所有项目

以下是我已经完成的事情:

  • 转到设置,然后转到PHP(主菜单)
  • ,设置PHP解释器

enter image description here

  • 转到PHP>服务器然后

enter image description here

  • 要设置运行配置,我已完成以下操作:

enter image description here

现在当我使用上面的配置运行时,我只需要在浏览器中使用localhost,而不是我正在编辑的文件(http://localhost而不是localhost / myproject / myfile.php)。

我错过了什么?我阅读了phpstorm的帮助主题并搜索了很多但仍然无法弄明白。

2 个答案:

答案 0 :(得分:8)

原来你不需要设置运行配置。答案在于在设置中的部署选项卡中设置映射。

(假设您在c:\ xampp \ htdocs中创建项目)

为此,请转到设置(Ctrl + Alt + S),然后选择部署: enter image description here

在“映射”选项卡下,它应如下所示: enter image description here

之后,您可以通过此菜单在浏览器中查看该文件:

enter image description here

答案 1 :(得分:1)

检查this question的答案。如果您需要调试,建议使用它is zero configuration debugging