stevebauman / location

Detect a users location by their IP Address.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Gigamick opened this issue · comments

Hey there

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

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.

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

Closing due to inactivity.