Skip to content

Nested routing

JulianFun123 edited this page Mar 18, 2019 · 1 revision

Nested routing

Routing for example.com/test/abc

$router->addNested(
   [
     "test"  =>  [
       "abc"=>"abc.php"
     ]
   ]
);
Clone this wiki locally