php serve file code example
Example 1: serve php file
Open Terminal
php -S localhost:8000
Example 2: php serve
// to serve folder foo in public
$ cd ~/public
$ php -S localhost:8000 -t foo/
Open Terminal
php -S localhost:8000
// to serve folder foo in public
$ cd ~/public
$ php -S localhost:8000 -t foo/