laravel-geoip icon indicating copy to clipboard operation
laravel-geoip copied to clipboard

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

Results 78 laravel-geoip issues
Sort by recently updated
recently updated
newest added

I get: ``` PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 36864 bytes) in /var/app/current/vendor/torann/geoip/src/Services/MaxMindDatabase.php on line 78 PHP Fatal error: Allowed memory size of...

https://github.com/Torann/laravel-geoip/blob/bcd07e0a7e053d9be224bb944a49a7f76ca7e86f/src/GeoIP.php#L179

This is for everyone looking for a completely free database (as far as i can see also for commercial use) https://db-ip.com/db/download/ip-to-city-lite Needs to be said: The city accuracy is not...

"103.66.96.83" this is Indian IP address, but showing China instead. Torann\GeoIP\Location Object ( [attributes:protected] => Array ( [ip] => 103.66.96.83 [continent_code] => AS [continent_name] => Asia [country_code2] => CN [country_code3]...

I am trying to troubleshoot why I am getting 404 errors and I can't get visibility into what GeoIP is querying. I have tried changing the service to no effect....

The geoip.log builds up with errors that aren't helpful. I want to prevent them getting logged. Any ideas? I don't believe geoip has a config setting for this, does it?

While installing the package in Laravel 6.18.40 (The LTS version), the requirements are failing. `Problem 1 - Installation request for torann/geoip ^3.0 -> satisfiable by torann/geoip[3.0.1]. - Conclusion: remove laravel/framework...

I am trying to download it for my laravel application version 5.4 but composer gives an error. Problem 1 - Root composer.json requires torann/geoip 1.1.0 -> satisfiable by torann/geoip[1.1.0]. -...

Please add php8 support.