在localhost上运行Laravel项目

时间:2018-03-24 00:09:43

标签: php laravel apache web phpstorm

我试图在localhost上运行已经工作的laravel项目(在云上运行良好的页面)。不知道问题在哪里。

{{1}}

我想在代码中进行一些更改,我希望看到这些更改。

  

MAMP端口

enter image description here

  

当我尝试通过PhpStorm setup

运行它时

enter image description here

  

PhpStorm Deplyment   enter image description here   enter image description here

     

我的PHP   enter image description here

如何在localhost上运行此项目?谢谢你的回答。

2 个答案:

答案 0 :(得分:0)

尝试运行项目根目录:php artisan serve

如果你可以参观。 可能在apache配置中存在问题。

答案 1 :(得分:0)

您在默认端口上的内置Web服务器上的PhpStorm中运行它。尝试更改“Web”就地部署配置的端口:Web服务器根URL应该看起来像https://localhost:8888/web