You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Start `Live Server` (assuming the port of live server is `5500`).
45
+
* Start `Live Server` (assuming the port of live server is `5500`). This server will be used by the extension to know, if any of the files have changed.
46
+
47
+
* Open a terminal and navigate to the folder your project lives in (generally index.php lives here..) Start a web server by running `php -S localhost:8000`
46
48
47
49
* Now open pop-up menu of `Live Server Web Extension` and check the option `I don't want proxy setup`. [Follow the screenshot](./img/screenshots/live-server-web-extension-easy-setup.png).
48
50
49
-
* Now at the Actual Server add `http://localhost/php/` (assuming your actual server is `http://localhost/php/`).
51
+
* Now at the Actual Server add `http://localhost:8000/`.
50
52
* Now at the `Live Server` add `http://localhost:5500/`.
51
53
52
-
* Now stay on`http://localhost/php/`. On every changes, your page will be refreshed automaticly.
54
+
* Now open up`http://localhost:8000/` in your browser. On every changes, your page will be refreshed automaticly.
0 commit comments