Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alimranahmed authored May 23, 2019
1 parent 9f23bc8 commit 9cc5551
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Hit-Logger(Log Http Request and Response)
A Laravel 5 package for logging http request and response. Built this package being highly encouraged by
[spatie/laravel-http-logger](https://github.com/spatie/laravel-http-logger).

A Laravel 5 package for logging http request and response. Usually we find ourself in a situation that our testing team or an API user is claming that they had sent a request and got an unexpected response. This package gives us the opportunity to look back what really was the request to our laravel application and what was actual the response from our application. This makes our life lot easir.

This pakcage provides a `Middleware` that can be used wherever you need(e.g. all the request and response, only a single route's requests and responses, only API requests and responses, only web requests and responses etc).

Built this package being highly inspired by [spatie/laravel-http-logger](https://github.com/spatie/laravel-http-logger) which is a nice package to log only the requests.

### Installation:
Run the following command in your terminal while you are in the root directory of your project:
Expand Down

0 comments on commit 9cc5551

Please sign in to comment.