All notable changes to laravel-guzzle
will be documented in this file
- add Laravel 8 support
- add Guzzle 7 support
- add Laravel 7 support
- upgrade guide
- add
default_client
andclients
config keys - add
\Astrotomic\LaravelGuzzle\Factory
as new core of the package - change
\Astrotomic\LaravelGuzzle\Facades\Guzzle
to pipe calls to the new factory - drop
guzzle()
helper function - rename service-provider from
LaravelGuzzleServiceProvider
toGuzzleServiceProvider
- upgrade guzzle to at least v6.3
- initial release