mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-23 21:53:30 +02:00
Moving to Post structure.
Lots of changes breaking out subsections into posts and programmatically generating ToC, main page content, and Back to Top links.
This commit is contained in:
14
_posts/01-03-01-Built-in-Web-Server.md
Normal file
14
_posts/01-03-01-Built-in-Web-Server.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: Built-in Web Server
|
||||
isChild: true
|
||||
---
|
||||
|
||||
## Built-in web server
|
||||
|
||||
You can start learning PHP without the hassle of installing and configuring a full-fledged web server (PHP 5.4 required). To start the server, run the following from your terminal in your project's web root:
|
||||
|
||||
> php -S localhost:8000
|
||||
|
||||
* [Learn about the built-in, command line web server][cli-server]
|
||||
|
||||
[cli-server]: http://www.php.net/manual/en/features.commandline.webserver.php
|
Reference in New Issue
Block a user