Run a PHP script directly in PhpStorm
ide, php, phpstorm, pycharm
Solution
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).
Problem
- How can I instantly run the current PHP file in PhpStorm? - How can I execute PHP command in PHPstorm like PyCharm?