laravel 8 roeute code example Example: laravel route Route::get('user/profile', [UserProfileController::class, 'show'])->name('profile');