live server for php cammand code example
Example 1: serve php file
Open Terminal
php -S localhost:8000
Example 2: php server
cd path/to/your/app
php -S 127.0.0.1:8000
Open Terminal
php -S localhost:8000
cd path/to/your/app
php -S 127.0.0.1:8000