bradcornford / Googlmapper

An easy way to integrate Google Maps with Laravel
MIT License
464 stars 142 forks source link

Undefined index #249

Closed mateevd closed 6 years ago

mateevd commented 6 years ago

Hi,

the mapper was working fine until yesterday when I did composer update. Now I have this error:

croquis 2

I'm probably missing something but just can't figure it out.......

mateevd commented 6 years ago

Never mind fix it. Just had to delete the cornford view folder and then re-publish :)

MarKco commented 6 years ago

Hello mateevd. Thank you for this!

For those who don't know how to clean the view folder and re-publish:

  1. delete /resources/views/cornford/googlmapper folder
  2. from root folder, perform php artisan vendor:publish --provider="Cornford\Googlmapper\MapperServiceProvider" --tag=googlmapper