Run a PHP script directly in PhpStorm

20,663

Solution 1

Right click in the editor, choose Run (or press ctrl+shift+f10) for command line script execution. If you want to test it on a web server, use Open in Browser from the same menu (you must have browser and server with mappings properly configured for this).

Solution 2

On top of @CrazyCoder's solution, in version 2016.3 I came across this issue where I just saw 2 icons like this,

Run dialog

You should hit the 2nd one!

IF you hit the 2nd (like me) next thing I know, it opened in a browser tab. It is a configuration to open in an embeded web server.

So I wanted to delete this configuration and start a new one. So, I found the entry to through this drop down in the top right corner,

Edit Configuration Dialog

While picking Edit Configuration, I could change the test configuration.

Hope that helps someone like me, although clearly not the initial poster.

Cheers

Share:
20,663
Handsome Nerd
Author by

Handsome Nerd

Updated on July 09, 2022

Comments

  • Handsome Nerd
    Handsome Nerd almost 2 years
    1. How can I instantly run the current PHP file in PhpStorm?
    2. How can I execute PHP command in PHPstorm like PyCharm?
  • Handsome Nerd
    Handsome Nerd over 12 years
    @ CrazyCoder Thank a lot, How can I write command directly on php command line?
  • Handsome Nerd
    Handsome Nerd over 12 years
  • CrazyCoder
    CrazyCoder over 12 years
    There is no such feature in PhpStorm yet.
  • Gunith D
    Gunith D over 7 years
    There is a way in version 2016.3 through Interpreter options