Q. Which command starts the Trishul API application locally?
β
Correct Answer: (C)
php -S localhost:8000
Explanation: The built-in PHP server is started using php -S localhost:8000.