geocoder-php / GeocoderLaravel

Geocoder service provider for Laravel
http://geocoder-php.org/GeocoderLaravel/
MIT License
704 stars 102 forks source link

Set Adapter configuration #197

Open ybert opened 1 year ago

ybert commented 1 year ago

General Information

GeocoderLaravel Version: 4.6.0 Laravel Version: 10 PHP Version: 8.2

Issue Description

As shown in the cookbook of geocoder-php, we can add configuration on a Guzzle adapter for example. It is very usefull to set timeout or other configuration. Is it possible with the config in this package ?

tbruckmaier commented 8 months ago

For a workaround, see #45