FastRoute icon indicating copy to clipboard operation
FastRoute copied to clipboard

Add support for multiple addGroup

Open Simone4e opened this issue 3 months ago • 0 comments

Hello,

I tried this pattern for stack multiple addGroup and try to group some category but doesnt work:

$r->addGroup('/admin', function (FastRoute\RouteCollector $r) {
       $r->addGroup('/company', function (FastRoute\RouteCollector $r) {

       }
});

Simone4e avatar Oct 09 '25 14:10 Simone4e