geocoder-php / GeocoderLaravel

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

GeoArray dumper #165

Closed budirec closed 3 years ago

budirec commented 4 years ago

Can we add geoarray to dumper options? I need to process the data in php and it's a waste to convert it to json then decode it.

mikebronner commented 4 years ago

@budirec Could you provide the code usage you would like to see. You can now do:

dd(app("geocoder")->geocode('Los Angeles, CA')->get());