GeocoderLaravel icon indicating copy to clipboard operation
GeocoderLaravel copied to clipboard

Geocoder service provider for Laravel

Results 18 GeocoderLaravel issues
Sort by recently updated
recently updated
newest added

This allows you to specify how the adapter should be instantiated. You could, for example, set Guzzle options or use a different adapter in tests, to mock requests. ```php $this->app->bind(\Http\Client\HttpClient::class,...

After implementing all of the steps this error is occurring Class "Redis" not found, and it referencing it on this class:[E:\projects\Laravel_projects\geopackadge\vendor\laravel\framework\src\Illuminate\Redis\Connectors\PhpRedisConnector.php : 32](phpstorm://open?file=E%3A%5Cprojects%5CLaravel_projects%5Cgeopackadge%5Cvendor%5Claravel%5Cframework%5Csrc%5CIlluminate%5CRedis%5CConnectors%5CPhpRedisConnector.php&line=32) on this line: return new PhpRedisConnection($connector(), $connector,...

follow-up required

### General Information Laravel Version: 8.69.0 Operating System and Version: Win 10 ### Issue Description Tengo problemas para que el leaflet me imprima la dirección, ciudad, etc. cuando ubico el...

### General Information GeocoderLaravel Version: 4.4.4 PHP Version: 7.3 Operating System and Version: Ubuntu ### Issue Description The here provider is constructed via a static method for new keys (this...

### General Information GeocoderLaravel Version: 4.2.4 Laravel Version: 5.7 PHP Version: 7.2.7 Operating System and Version: SLES 12 ### Issue Description I don't know if it's just my fault, but...

unconfirmed bug

### General Information GeocoderLaravel Version: **latest** Laravel Version: **6.x** PHP Version: **7.2.4** Operating System and Version: **Ubuntu 18.04.1** ### Issue Description Following the instructions provided by https://github.com/geocoder-php/GeocoderLaravel/issues/131 or https://github.com/geocoder-php/GeocoderLaravel/issues/128 you...

follow-up required

### General Information GeocoderLaravel Version: 4.1.1 Laravel Version: 5.7 PHP Version: 7.2.14 Operating System and Version: Docker under OSX ### Issue Description Customized providers inside customized published config file `/config/geocoder.php`...

unconfirmed bug

Hello, In config/geocoder.php, how can I set the proxy? I tried that : ``` return [ // Providers get called in the chain order given here. // The first one...

enhancement