Skip to content

v3.1.11

Choose a tag to compare

@crynobone crynobone released this 12 Sep 19:31
· 488 commits to 6.x since this release
  • Contracts:
    • Add Orchestra\Contracts\Http\RouteManager::whenOn() to contract.
  • HTTP:
    • Move Orchestra\Http\RouteManager::when() event to be executed during router.matched instead of kernel.handled as 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.