laravel-geoip
laravel-geoip copied to clipboard
Determine the geographical location of website visitors based on their IP addresses.
I'm struggling to use laravel-geoip in a new laravel 7 instalation. Even if it's the first package I install I keep getting this error. composer output: ``` Problem 1 -...
Right now there is only support for city Database for MAXMIND GeoIP2. A config for choosing any of those option would be much appreciated and versatile. This exception occurred when...
src/Cache.php 32 row add code ``` if (strstr(config('cache.default'), 'file') || strstr(config('cache.default'), 'database')) { config(['cache.default' => 'array']); } ```
Currently it is not possible to install the package via Composer and PHP 8.1 in place. This PR aims to enable support for PHP 8.1.
Hi, anyone know how to handle this? I thought if there's a failure, it simply return the default value, but this instead throws err.
Hello, Php currently have an issue with openssl https://github.com/php/php-src/issues/8369, For some machine, `file_get_contents` and `file_put_contents` will fail, we could fix it with this approach https://github.com/guzzle/psr7/issues/504#issuecomment-1114693965, but I think it overkill...
Trying to get this working: - Laravel 8.0 on PHP 7.3.16-fpm - Installed laravel-geoip with Composer - Cache Driver to Array - Installed geoip2 with Composer - Set /config/geoip.php 'service'...
A requirement of Laravel Vapor is that the compressed project size is < 45mb. While the GeoLite2-City database is simply too large for this on its own being ~69mb uncompressed,...