Laravel - Routing
What is wrong with this route prefix usage?
Route::prefix('user')->get('profile', fn() => 'User Profile');Route::prefix('user')->get('profile', fn() => 'User Profile');15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions