v3.1.11
- Move
Orchestra\Http\RouteManager::when()event to be executed duringrouter.matchedinstead ofkernel.handledas this is usually to late in the application request lifecycle. - Add
Orchestra\Http\RouteManager::whenOn()to allow user to specifically choose which event it should listen to.