FilamentF
Filament10mo ago
Rafa

Google address autocomplete api

Hello all!

I'm trying to use https://filamentphp.com/plugins/tapp-network-google-autocomplete-field

But for some reason it's not working, I wonder if it's broken for Laravel 12.
Filament
Provides an address autocomplete using Google Places autocomplete API, with fully customizable address fields.
Solution
The solution to this is:
->placesApiNew()

The old places api is not working anymore.
Was this page helpful?