laravel-geoip
laravel-geoip copied to clipboard
Determine the geographical location of website visitors based on their IP addresses.
With service 'maxmind_database', the geoip:update command doesn't download the database. Downloading works when I apply the link in my browser. How can I debug this process?
Hi, I would like to test the correct implementation of your package on the project, and in order to do it, I would like to be able to "manipulate" the...
I am using Laravel 8 and using "torann/geoip": "^3.0.2" I followed all steps and using maxmind_database for service. i also updated it in geoip.php file. I added my mmdb file...
Its so easy to create a new service for this package and so many people want to see their geolocation service in list. So, maybe you add a section to...
Hello sir, Sorry for my poor English. I met an error `geoip.ERROR: MaxMind\Db\Reader\InvalidDatabaseException: The MaxMind DB file's search tree is corrupt` after I run `php artisan geoip:update`. Setting in config/geoip:...
- Add a method that gets all currencies.
This happened when i was upgrading to Laravel 8 from 7.x `Problem 1 - Conclusion: don't install laravel/framework v8.0.3 - Conclusion: don't install laravel/framework v8.0.2 - Conclusion: don't install laravel/framework...
I am using the file cache driver that doesn't support tags, so I commented out `'cache_tags' => ['torann-geoip-location'],` in my config/geoip.php file but I still got `BadMethodCallExeption This cache store...
In Laravel 5.8, the cache item time-to-live [changed from minutes to seconds](https://laravel.com/docs/5.8/upgrade#cache-ttl-in-seconds). The default cache TTL in GeoIP is "30": * https://github.com/Torann/laravel-geoip/blob/master/src/Cache.php#L30 * https://github.com/Torann/laravel-geoip/blob/master/config/geoip.php#L138 I presume this was supposed to...
Hi, Is there any program to add [ipinfo.io](https://ipinfo.io) service to your package? Thanks