Results 76 comments of Ritwick Dey

The error is `Error: socket hang up`. I'm not quite sure why it is for! I need few info..! Where your PHP code is running (I mean, at which port)...

No! No! Not Live Server, forget about Live Server. If you don't have live server, what you'll do to test the PHP code ? (May be you'll start XAMPP or...

Sorry! "Live Server Web Extension" for live reload, not serving the page. I know the documentation is not clear - I apologized for it. You need 2 server, one that...

Run the php code through IIS Express or something like that. (Assuming the port in `3000`) live server config: ```js "liveServer.settings.CustomBrowser": "chrome", "liveServer.settings.port": 8800, "liveServer.settings.proxy": { "enable": true, "baseUri": "/",...

Sorry, [Direct Setup](https://github.com/ritwickdey/live-server-web-extension/blob/master/docs/Setup.md#direct-setup) was broken from last few days. I've fixed it. Update (v1.2.0) the extension from `Chrome Web Store` . (It may take few times to roll the update...

Ok Ok! I got you! You're on wrong track! Can I know the actual address of you PHP project when you're not using Live Server? eg: `http://localhost:80/php/` ? If I...

Ok! Let me know what is your actual PHP URL ..!!! BTW, set baseUri as `/` always.

Hi @chomik-pawel , If it is still confusing you, follow the [Direct Setup](https://github.com/ritwickdey/live-server-web-extension#direct-setup). It is now more easy & straight-forward way. [ v1.0.0 update is required] [It is now available...

Hi @aalcindo, Live Server will not able to compile your PHP code - That's why php is downloading.... Suppose you don't have Live Server. Now how you can view the...

I've mentioned here. @aalcindo ![image](https://user-images.githubusercontent.com/18099464/32069136-e55a92ac-baa5-11e7-9591-3385192632be.png)