Level 104
Write a terminable middleware to log the request after it has responded.
1 like
I want the best, most simple and cleanest way of intercepting a request in my Lumen app. I have an API, and I want to record all requests, and listen for model events - right now I'm only concerned about recording the initial requests.
How can I do this?
Please or to participate in this conversation.