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

@@ -110,7 +114,7 @@ php-server --port 8081
110
114
Or, also with a different version of PHP than the default:
111
115
112
116
```sh
113
-
php-server --php php7.3 --port 8081
117
+
php-server --php php7.4 --port 8081
114
118
```
115
119
116
120
Right. You get the idea. If you want to run on a different host you can add the host to the [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) of your operating system.
0 commit comments