zipcode
zipcode copied to clipboard
Zip code searcher
 Not working on Laravel 6 clean setup
It is great that you've changed dependencies to use up to illuminate/filesystem 7. But you are still requesting pragmarx/support up to version 0.9.0 and it only supports illuminate/filesystem up to...
Same as last time :) Should work for now! Thanks @antonioribeiro for this package.
The raw_result has the correct values from geocoder but within the addresses array they are being stored in the (incorrect) reverse positions.
Canada now supports multi zip formats like UK.
fix for issue #13
'**providers**' => [ _PragmaRX\ZipCode\Vendor\Laravel\ServiceProvider::class_, ] '**aliases**' => [ _'ZipCode' => PragmaRX\ZipCode\Vendor\Laravel\Facade::class,_ ]
This project requires `antonioribeiro/support` version `0.8.8`, which in turn does not support Laravel `6.0` . There is a version `0.9.0` available now which supports Laravel 6. Please update this project...
Dear @antonioribeiro Great package you have provided 👍 I would like to suggest looking into the package [googlei18n/libaddressinput](https://github.com/googlei18n/libaddressinput) by Google. This package uses [Google's Address Data Service](https://chromium-i18n.appspot.com/ssl-address/data) as the validation...