name('home'); Route::group(['prefix' => 'posts'], function() { Route::get('/u/{username}', ['uses' => 'BlogPostController@index']); });