GeocoderLaravel
GeocoderLaravel copied to clipboard
Geocoder service provider for Laravel
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,...
### 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...
Closes #181 Docs to come ;)
### 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...
### 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...
### 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`...
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...
See #101