Log every request & response in Laravel
Sometimes it's useful to log some/all requests to your application. This is really convenient when you use Laravel to build your APIs. As the docs says: A logging middleware might log all incoming requests to your application. For me the easiest way to implement something that logs every request…