Skip to content

Instantly share code, notes, and snippets.

@ramayac
Created June 3, 2013 20:33
Show Gist options
  • Save ramayac/5701156 to your computer and use it in GitHub Desktop.
Save ramayac/5701156 to your computer and use it in GitHub Desktop.
A quick reminder of PHP built in web server.
PHP 5.4.0 built-in web server:
cd ~/public_html
php -S localhost:8000
Done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment