Laravel: Generate a unique request ID for each request and put it into logs
Hey guys,
Today I'll share with you a tip that will skyrocket your production debugging workflow ๐
We're going to generate a unique ID for each request, which we can use the request ID to search for every related log of the given request ID.
Thus, i...
sethphat.dev4 min read