Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 486 Bytes

01-03-01-Built-in-Web-Server.md

File metadata and controls

14 lines (9 loc) · 486 Bytes
title isChild
Built-in Web Server
true

Built-in web server {#builtin_web_server_title}

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