// Redirect to an anchor of an renderd view of a route named "start" Route::get('example', function() { $url = route('start') . '#some-anchor'; return Redirect::to($url); });