Skip to content

Instantly share code, notes, and snippets.

@jonataa
Created May 11, 2014 14:40
Show Gist options
  • Save jonataa/97df9556329cfd1a2547 to your computer and use it in GitHub Desktop.
Save jonataa/97df9556329cfd1a2547 to your computer and use it in GitHub Desktop.
Levantar Servidor Web Embutido (PHP >= 5.4)
# Digitar o seguinte comando no console/cmd/ms-dos:
php -S localhost:8000
/** Output
PHP 5.5.3 Development Server started at Sun May 11 11:36:43 2014
Listening on http://localhost:8000
Document root is /Users/jweber
Press Ctrl-C to quit.
**/
~> Referência: http://www.php.net/manual/pt_BR/features.commandline.webserver.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment