Q. Which command starts the Trishul API application locally?

  • (A) php artisan serve
  • (B) npm start
  • (C) php -S localhost:8000
  • (D) composer serve
πŸ’¬ Discuss
βœ… Correct Answer: (C) php -S localhost:8000
Explanation: The built-in PHP server is started using php -S localhost:8000.
Explanation by: Roshan
The built-in PHP server is started using php -S localhost:8000.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
7
Total Visits
πŸ“½οΈ
2 mo ago
Published
πŸŽ–οΈ
Roshan
Publisher
πŸ“ˆ
96%
Success Rate