Releases: m-shule/laravel-pipes
Releases · m-shule/laravel-pipes
v1.0.3
v1.0.2
v1.0.1
v1.0
Added
- handling of incoming requests from notifications and async rerouting through internal PipeKernel
- firing events when a request is incoming and was handled
- request definitions through
Pipe
facade withmatch()
any()
fallback()
group()
middleware()
- defining request restrictions through fluent api with
key()
where()
alias()
- Route model binding through
SubstituteBindings
Middleware - testing helpers