Super Quick Tutorial: Auditing Requests and Responses in Laravel using HTTP Middleware

So for whatever reason you want to track the usage of your app by your users. We’re going to do it using middleware, now for the purposes of this I’m not going to separate things out properly how we would normally, because this is a super quick tutorial. The Problem / Situation You need to …