Skip to content

v3.1.11

Choose a tag to compare

@crynobone crynobone released this 11 Nov 10:41
· 149 commits to master since this release
  • 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.