0

In PhpStorm, is there any way to add a panel to show a html/php code preview (like in RapidPhp) ?

enter image description here

1
  • 1
    Nope. You may try Live Edit plugin (works with Chrome) or some general 3rd party solutions (like Live Reload) for that. Commented Feb 8, 2017 at 13:44

1 Answer 1

0

You could run you pages in the browser if you enable the PHP Built-in Web Server

Referenceing: Post Link

You have to configure a run configuration for your project first.

Go to Run -> Edit Configurations, click on "PHP Built-in Web Server" and then press "+". You should see something like this:

enter image description here

Run/Debug Configurations

After saving the settings you can run the web server via Run -> Run ''. It should now serve up the pages to your browser.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.