File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,16 @@ N.B. Make sure you have installed a HTTP Client before you install this package
2323
2424### HTTP Client
2525
26- We are decoupled from any HTTP messaging client with the help of [ PHP-HTTP] ( http://php-http.org/ ) .
26+ We are decoupled from any HTTP messaging client with the help of [ PHP-HTTP] ( http://docs. php-http.org/en/latest/httplug/users.html ) .
2727This requires another package providing [ php-http/client-implementation] ( https://packagist.org/providers/php-http/client-implementation ) .
2828To use Guzzle 6, for example, simply require ` php-http/guzzle6-adapter ` :
2929
3030``` bash
3131composer require php-http/guzzle6-adapter
3232```
3333
34+ See [ Bind clients] ( #bind-clients ) if you want to use your own HTTP client or use specific configuration options.
35+
3436### Laravel Service Provider
3537
3638If you are using Laravel < 5.5 or have disabled package auto discover, you must add the service provider to your ` config/app.php ` file:
You can’t perform that action at this time.
0 commit comments