group('/create', function($app) { $app->post('/2', [Create::class, 'step2']); $app->post('/3', [Create::class, 'step3']); $app->get('[/]', Create::class); });