From c707c0a4e48c5f58ba2d85c74759c9b8b5e53f22 Mon Sep 17 00:00:00 2001 From: ivan770 Date: Tue, 7 Jan 2020 23:40:28 +0200 Subject: [PATCH] Add make:http documentation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 22890cc..b83fb47 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,9 @@ $client->delete("https://example.com"); ``` ### Using Request class HttpClient provides ability to create "request classes". + +`php artisan make:http HttpBinGet` + ```php