Hey,
I want to have a group/collection to /api
and then under that don't specify a controller as a route pattern could go to any controller action.
I am looking for this (Laravel 5 example):
$usersCollection->setHandler("\App\Controllers\Api\UsersController", true);
seems too specific for example.
What if you want more than just a usersCollection
?
Anyway of achieving this?