Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Oct 10, 2019
1 parent 880d20f commit 6374e74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ $config = new Config([

### Logging request and response

Install monolog:

```bash
$ composer require monolog/monolog
```
Add logger middleware:

```php
use Overtrue\Http\Client;
Expand Down

0 comments on commit 6374e74

Please sign in to comment.