how to start a php server linux command 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
cd path/to/your/app
php -S localhost:8000
Open Terminal
php -S localhost:8000