Daniel Stainback

Results 34 comments of Daniel Stainback

Ok. Let me know how that works out for you. I just update the arguments used in the index and flush commands. New version released [v0.1.4](https://github.com/Torann/laravel-cloudsearch/releases/tag/0.1.4)

Ah! this was missed in the command because all of my CloudSearch items were localized, which calls the method differently and that seems to be the one I focused on...

What version of Laravel are you using?

It sounds like you are trying to use caching with GeoIP, but the caching driver you have set as the default for the application doesn't support tagging, which is a...

It is not caching. Doing `'cache_tags' => []` is also turning off caching. The error message `This cache store does not support tagging` is telling you that your application setup...

I would recommend just turning off caching on your local, or if you're using Homestead just use the Redis built into it. It's better to mirror your production env when...

You're on a really old version of Laravel and it's not really supported. Looking at previous versions it looks like version 1.0.9 will work for you: https://packagist.org/packages/torann/geoip#1.0.9

I'd be up for it. I just need to write out the coding standards and such. Also I need to include these with Travis so that it can help to...

You'll need to use an older version: https://packagist.org/packages/torann/geoip#1.2.1

Any luck? Also a little tip, I would move all of your setters to an [observer](https://laravel.com/docs/master/eloquent#observers)