πŸ“Š Trishul API
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

πŸ‘οΈ
1
Total Visits
πŸ“½οΈ
3 d ago
Published
πŸŽ–οΈ
Roshan
Publisher
πŸ“ˆ
87%
Success Rate