group('/evento/{evento}', function($app) { $app->get('[/]', Eventos::class); });