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

Add a class for the ipinfo.io geolocation service

I am trying out _Laravel Geoip_ with my own public IP address, but the `isValid()` method of `GeoIP` is returning `false` for some reason, thus bypassing the whole geolocation lookup....

https://github.com/nathan-fiscaletti/ipstackgeo-php

Currently, the result of obtaining a location only works with one language, despite the fact that it is possible to specify several languages in the configuration file. My changes allow...

This PR updates dependencies to make the package compatible also with Laravel 11 and php8.3

Laravel 11 is recently released. This PR adds support for Laravel 11.

Instead of throwing an exception, the configuration file explicitly mentioned the unsupported drivers, the package should gracefully handle it instead of throwing an exception.

Currently laravel have version 11 on dev stage, and developer can try, can you add support for laravel 11