So PHPstorm works fine with php code in the console when I click run, which is very good, but I want to see it in the browser.
So, I created a new PHP application inside PHPstorm, configured the server on "localhost: 8000".

Now, when I press RUN, it opens the browser, but the error message appears: "Unfortunately, Google Chrome could not connect to localhost: 8000"
What am I doing wrong?
Thank!
source
share