Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save robap/1342940 to your computer and use it in GitHub Desktop.
Save robap/1342940 to your computer and use it in GitHub Desktop.
Run non stable php built-in web server with routing
~/apps/php/php-5.4.0alpha3/sapi/cli/php -S localhost:8000 -t ./public ./public/.routing.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment