New:
NativePHP Starter-Kit
Blog
Packages & Docs
Quizzes
Resources
Me
Search Blog & Packages
Login
GitHub
GitHub
Blog
Packages & Docs
Quizzes
Resources
Me
Quiz Question Issue
Quiz Question Issue
Use this form to report an issue with a question on a quiz.
Question Information
Topic
Laravel
Question
Which of these would produce a route with the name "frontend.profile"? (Select all that apply)
Does this have to do with a specific option?
(Some options might not display correctly in a select box.)
Select Option (Optional)...
Route::get( '/user/profile', [UserProfileController::class, 'show'] )->name('frontend.profile');
Route::group(['as' => 'frontend.'], function() { Route::get( '/user/profile', [UserProfileController::class, 'show'] )->name('profile'); });
Route::get( '/user/profile', [UserProfileController::class, 'show'] )->name('profile');
Route::get( '/user/profile', [UserProfileController::class, 'show'] )->frontend('profile');
Issue
Your E-mail (Optional)
Send