You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use Geocoder\Laravel\ProviderAndDumperAggregator as Geocoder;
240
+
241
+
class GeocoderController extends Controller
242
+
{
243
+
public function getGeocode(Geocoder $geocoder)
244
+
{
245
+
$geocoder->geocode('Los Angeles, CA')->get()
246
+
}
247
+
}
248
+
```
249
+
237
250
## Upgrading
238
251
Anytime you upgrade this package, please remember to clear your cache, to prevent incompatible cached responses when breaking changes are introduced (this should hopefully only be necessary in major versions):
0 commit comments