new('GET', '/', 'IndexController@index'); $router->new('POST', '/update', 'IndexController@updateSetting'); die($router->match());