Reputation: 1671
PHPStorm has a nice little plugin called "Live Edit", however it works only for javascript, html, etc. Exept for php...
My question would be simple - is there any way to make it work for php on firefox? I already have local MySQL and Apache server running. Documentation say no, but who knows?
Upvotes: 1
Views: 2231
Reputation: 1671
Just as I posted my question, I found an answer myself (happens constantly). Instead of using Live Edit I found quite a nice alternative (and on firefox too!).
What you need is "Auto Reload", a firefox plugin, which detects file changes and reloads page.
Here's a little guide (assuming that you have PHPStorm and XAMMP configured):
http://localhost/<MyPage>/*
C:\xampp\htdocs\<MyPage>
Open in Browser '*.php' on XAMMP Apache
Upvotes: 3