php serve localhost code example
Example 1: run php server
cd path/to/your/app
php -S localhost:8000
Example 2: serve php file
Open Terminal
php -S localhost:8000
Example 3: simple localhost php
1) cd ~/public_html
2) php -S localhost:8000
Example 4: phpserver
$ php -S localhost:8000 router.php
Example 5: php simple server
simple built-in php server