Skip to content

Commit 2b6bfff

Browse files
peter279kkpicaza
authored andcommitted
Adding 8000 port number to be same as picture
1 parent 2329a00 commit 2b6bfff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/running-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
PHP provides us a built-in web server which is cool for development purposes
88

99
````bash
10-
php -S 127.0.0.1 -t public
10+
php -S 127.0.0.1:8000 -t public
1111
````
1212
![running built in server](/../images/php-built-in-server.jpg)
1313

0 commit comments

Comments
 (0)