brandonjbegle / nova4-google-autocomplete-field

Google Autocomplete Field For Laravel Nova 4
3 stars 1 forks source link

Update FieldServiceProvider.php #1

Open necro304 opened 11 months ago

necro304 commented 11 months ago

esta funcion no creara conflictos con otros paquetes

brandonjbegle commented 11 months ago

@necro304 If you update this to be a config option, I will merge it. I don't want to remove the existing functionality because this package came from an existing package.

So basically a config option like:

'load-maps-js' => true, <- default option

then check for this config before loading that script.