v3.1.11
- Contracts:
- Add
Orchestra\Contracts\Http\RouteManager::whenOn()to contract.
- Add
- HTTP:
- 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.
- Move