R

Ravina • 3.96K Points
Extraordinary

Q. Which Laravel feature allows you to register multiple routes for a group?

  • (A) Route::stack()
  • (B) Route::group()
  • (C) Route::merge()
  • (D) Route::attach()
  • Correct Answer - Option(B)
  • Views: 19
  • Filed under category Laravel
  • Hashtags:

Explanation by: Ravina
Route::group() is used to group multiple routes with shared attributes.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.