Search code examples
laravelapacheserverget

Get all GET requests to server, or some Laravel GET request log?


I have a Laravel app with Apache2 on Ubuntu server, and I need to get all the GET requests that were sent to this app by time.

Are these requests stored in some log by default, or should I make some logging myself?

Or maybe there is some server history?

I need to get concrete routes and times, like "/edit_user/1, 2018-06-20 08:00:00"


Solution

  • You can check the Apache2 access log. This will contain all requests made to the webserver.