location icon indicating copy to clipboard operation
location copied to clipboard

The location driver [Stevebauman\Location\Drivers\FreeGeoIp] does not exist

Open Gigamick opened this issue 2 years ago • 2 comments

Hey there

Getting the above error. I have published the config file and cleared cache. Any ideas?

Gigamick avatar Feb 12 '22 23:02 Gigamick

Hi @Gigamick, I guess you've published the config file using:

php artisan vendor:publish --provider="Stevebauman\Location\LocationServiceProvider"

After that, there might be caching issue that causes you this problem. Try re caching using the following command:

php artisan config:cache

Thanks.

Rijoanul-Shanto avatar Feb 13 '22 09:02 Rijoanul-Shanto

Also, can you share your FreeGeoIp driver implementation? Did you insert your driver into the configuration file? @Gigamick

Rijoanul-Shanto avatar Feb 13 '22 09:02 Rijoanul-Shanto

Closing due to inactivity.

stevebauman avatar Aug 15 '22 13:08 stevebauman