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

Added composer "serve" command #41

Merged

Conversation

weierophinney
Copy link
Member

Executes php -S 0.0.0.0:8080 -t public/, starting up the built-in webserver from PHP:

$ composer serve

@weierophinney weierophinney added this to the 1.0.0rc4 milestone Dec 9, 2015
@weierophinney weierophinney self-assigned this Dec 9, 2015
weierophinney added a commit to weierophinney/zend-expressive that referenced this pull request Dec 9, 2015
This follows on from zendframework/zend-expressive-skeleton#41, demonstrating
how to use the built-in `composer serve` command from the installer, as well as
how to create the command in standalone installations.
- Executes `php -S 0.0.0.0:8080 -t public/`, starting up the built-in webserver
  from PHP.
@weierophinney weierophinney merged commit 0908fe2 into zendframework:master Dec 9, 2015
weierophinney added a commit that referenced this pull request Dec 9, 2015
weierophinney added a commit that referenced this pull request Dec 9, 2015
weierophinney added a commit that referenced this pull request Dec 9, 2015
@weierophinney weierophinney deleted the feature/php-webserver branch December 9, 2015 19:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant