Reputation: 67
I'm new to PhpStorm. I have PHPstorm 3.0 the latest version. In the netbeans IDE that I used to code in, I just click run and it will show it in browser using my localhost and that is applicable for all php projects.
Any help to specify a One-For-All configuration that could let me focus on my code ;-) same as NetBeans?
Upvotes: 3
Views: 749
Reputation: 402571
If you have a server configured, you can use Open in Browser context menu for the current file, or you can create a PHP Web Application Run/Debug configuration for a fixed URL.
Upvotes: 1