Torann / laravel-geoip

Determine the geographical location of website visitors based on their IP addresses.
http://lyften.com/projects/laravel-geoip
BSD 2-Clause "Simplified" License
2.07k stars 372 forks source link

Can I switch the cache driver instead of using default driver? #171

Open VarroReve opened 4 years ago

VarroReve commented 4 years ago

Yes, i'm using files as default cache driver and i'm unable change it to redis, so it would be great if i can change the cache driver setting somewhere in the 'config/geoip.php' file.

OwenMelbz commented 4 years ago

You're meant to be able to use 'cache' => 'none', in your config - but this doesn't seem to do anything and still throws the tagging error :(

lumineida commented 4 years ago

having the same issue.. is there any solution?