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