Torann / laravel-geoip

Determine the geographical location of website visitors based on their IP addresses.

Home Page:http://lyften.com/projects/laravel-geoip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

VarroReve opened this issue · comments

commented

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.

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 :(

having the same issue.. is there any solution?