Skip to content

Routes can be organized by priorities, up versioned but backwards compatible

Compare
Choose a tag to compare
@cblanquera cblanquera released this 14 Jan 17:08
· 21 commits to 2.2 since this release
$this->get('/admin/system/model/role/create', function ($request, $response) {
    ...
}, 10);

Where the highest priority (in this case 10) will be executed first (highest-to-lowest)