Laravel Blanket

Laravel Blanket is a new package. It is a dashboard to see your HTTP client requests in Laravel application. It acts like a wrap around Laravel’s HTTP client requests. It also provides logs for the requests and responses. The package persists data in the database by publishing migrations delivered with the package. It can be requested again from the dashboard UI. You can filter by method types using this package. There is a search feature to search by urls. Replay an HTTP request and view logs of request and responses is another feature of the dashboard. You can also clear the logs or copy the requests or responses to the clipboard if you want. 

The tool helps to debug request/response issues in the application. There are other ways like Laravel Debugbar, Sentry to log and debug but Laravel Blanket is simple and very helpful.