Search code examples
phplaravelapachewebphpstorm

Running a Laravel project on localhost


Im trying to run already working laravel project (page that works well on cloud) on localhost. Cant figure where is problem.

Code editor: PhpStorm (newest version)
Apache: MAMP 2.2.27 

I want to make some changes in code and I want to see those changes.

MAMP Ports

enter image description here

When I try to Run it via PhpStorm setup

enter image description here

PhpStorm Deplyment enter image description here enter image description here

My PHP enter image description here

How do I run this project on localhost? Thank you for your answer.


Solution

  • You're running it in PhpStorm on a built-in web server on a default port. Try changing the port for your "web" in-place deployment configuration: web server root url should look like https://localhost:8888/web