Route::get('/user/{customParameter}', function ($customParameter) { return 'Custom Parameter: ' . $customParameter; });