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)
https://chrome.google.com/webstore/detail/live-server-web-extension/fiegdmejfepffgpnejdinekhfieaogmj/
MIT License
801 stars 332 forks source link

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

Open BGFR opened 3 years ago

BGFR commented 3 years ago

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!