Aug 22, 2018
0
Level 6
RequestHandled event
I'm using Lumen 5.6 and I write package which will add some extra values to JSON responses. In laravel there is a Illuminate\Foundation\Http\Events\RequestHandled event but I can't find it in Lumen. Is there any similar event in Lumen? Temporarily I created my own event and I dispatch it in middleware but I don't think so it is a good solution.
Please or to participate in this conversation.