group('/documentos', function($app) { $app->get('/existe/{documento}', [Documentos::class, 'existe']); });