ritwickdey / live-server-web-extension

It makes your existing server live. This is a browser extension that helps you to live reload feature for dynamic content (PHP, Node.js, ASP.NET -- Whatever, it doesn't matter)

Home Page:https://chrome.google.com/webstore/detail/live-server-web-extension/fiegdmejfepffgpnejdinekhfieaogmj/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reload more than one php in folder. Is there workaround?

BGFR opened this issue · comments

commented

HI, on my end all works fine, until I create second php file in project folder. Then i need to change settings.json by adding full path to main .php . If main php is register.php I set "proxyUri": http://localhost/PHP/register.php
Is there a faster and easier way? Something similar to opening an html file with liveserver? ( right click > open with live server)
Thank you!