how to run php file on the local server code example
Example 1: run php server
cd path/to/your/app
php -S localhost:8000
Example 2: run a server php terminal
$ cd ~/public_html
$ php -S localhost:8000
cd path/to/your/app
php -S localhost:8000
$ cd ~/public_html
$ php -S localhost:8000