Skip to content

Commit c707c0a

Browse files
authored
Add make:http documentation
1 parent 171fab1 commit c707c0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ $client->delete("https://example.com");
3030
```
3131
### Using Request class
3232
HttpClient provides ability to create "request classes".
33+
34+
`php artisan make:http HttpBinGet`
35+
3336
```php
3437
<?php
3538

0 commit comments

Comments
 (0)