group(function() { Route::get('/', 'MineController@index'); Route::get('/list', 'MineController@list'); });