set_route_guard('web').'/profile2'], function () { Route::resource('profile2', 'Profile2ResourceController'); }); // Public routes for profile2 Route::get('profile2/popular/{period?}', 'Profile2PublicController@popular'); Route::get('profile2s/', 'Profile2PublicController@index'); Route::get('profile2s/{slug?}', 'Profile2PublicController@show');