We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8931b commit 37b16d3Copy full SHA for 37b16d3
README.md
@@ -3,6 +3,8 @@
3
`composer require ivan770/laravel-httpclient`
4
## Usage
5
```php
6
+// Obtaining instance via Facade alias
7
+use HttpClient;
8
// You can use Facade class to access HttpClient
9
use Ivan770\HttpClient\Facade;
10
// Or, you can obtain HttpClient instance directly
0 commit comments