Releases: orchestral/routing
Releases · orchestral/routing
v3.1.0
v3.0.0
- Based from
illuminate/routing
. - Add filtering toggle to disable filters during unit testing.
- Add multiple contracts:
Orchestra\Contracts\Routing\CallableController
.Orchestra\Contracts\Routing\FilterableController
.Orchestra\Contracts\Routing\StackableController
.
- Add
redirect_with_errors()
andredirect_with_message()
helper function.