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

Make it clearer that the number is in seconds. I didn't know before until I tested it manually. By adding this comment, it will help others quickly understand how long...

i have an application build on laravel 5 i tried installing this Geo IP pakage i done it all by reading the docs from https://lyften.com/projects/laravel-geoip/doc/ paakage does get published and...

GeoIP.php ``` public function getLocation($ip = null) { // Get location data $this->location = $this->find($ip); // If ip is not passed in method retrive ip from location object if (...

base_uri for IpApi is provided in the package is changed

geoip.ERROR: ErrorException: Attempt to read property "status" on null in /home/laravel/public_html/vendor/torann/geoip/src/Services/IPApi.php:74

Hi, I get an issue with a part of code. i did some checks. vendor\torann\geoip\src\Services\IPApi.php Line 74 gives notice: `Notice: Trying to get property 'status' of non-object` current code: ```...

Laravel 10 / PHP 8.1 support