R

Ravina • 3.96K Points
Extraordinary

Q. Which Laravel method is used to cache routes for performance?

  • (A) php artisan route:cache
  • (B) php artisan cache:route
  • (C) php artisan optimize:routes
  • (D) php artisan route:optimize
  • Correct Answer - Option(A)
  • Views: 17
  • Filed under category Laravel
  • Hashtags:

Explanation by: Ravina

'php artisan route:cache' compiles routes into a cache file for performance.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.