Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Commit

Permalink
Update built-in server instruction
Browse files Browse the repository at this point in the history
Invoking serve via composer run allows to set timeout 0 (disabled)
via parameter unlike shorthand form
  • Loading branch information
Xerkus committed Mar 14, 2017
1 parent c95d51c commit 6a8582e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Once installed, you can test it out immediately using PHP's built-in web server:
$ cd path/to/install
$ php -S 0.0.0.0:8080 -t public/ public/index.php
# OR use the composer alias:
$ composer serve
$ composer run --timeout 0 serve
```

This will start the cli-server on port 8080, and bind it to all network
Expand Down

0 comments on commit 6a8582e

Please sign in to comment.