alexpechkarev / google-maps

Collection of Google Maps API Web Services for Laravel
https://alexpechkarev.github.io/google-maps/
MIT License
523 stars 115 forks source link

Error using the Class #62

Closed pablovdspe closed 5 years ago

pablovdspe commented 5 years ago

"count(): Parameter must be an array or an object that implements Countable" image

alexpechkarev commented 5 years ago

Hi @pablovdsp,

Please ensure you use package version 1.0.9 and have published package config file

`Publish configuration file using php artisan vendor:publish --tag=googlemaps --force or simply copy package configuration file and paste into config/googlemaps.php

Open configuration file config/googlemaps.php and add your service key`

pablovdspe commented 5 years ago

Thanks man! This works. Can you update that here? (1.0.8) to (1.0.9) https://alexpechkarev.github.io/google-maps/

I'll help a lot of people.

Best Regards.

alexpechkarev commented 5 years ago

Thanks @pablovdsp ! The page has been updated.