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

Requested in "https://github.com/Torann/laravel-geoip/issues/142"

I am using this package in laravel 5.8 project. I am using default geoip api. But it always returns the default value. Any solution, Code is below. namespace App\Http\Controllers; use...

Not using the default geolite database. Using a paid version of geoip2 city database. Under the settings of `maxmind_database`. I wanted to like this package, but doesn't appear to work...

src/GeoIP.php 241 row add code ``` // Fixed bug #75794 (getenv() crashes on Windows 7.2.1 when second parameter is false). if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' && version_compare(PHP_VERSION, '7.1.13', '>=')...

Hi in Torann\GeoIP\Services should change continent_name to country > public function locate($ip) { // Get data from client $data = $this->client->get($ip); // Verify server response if ($this->client->getErrors() !== null ||...

Hi At docs return value in locate method is array, but it is incorrect. If we return array, we catch exception in GeoIP class. Also, in your implementation for some...

The returned data is English. Is there any Chinese equivalent

Update for CDNNetworks https://pantherportalaurora.cdnetworks.com/static/pdf/ocsp/CDNetworks_DWA_Implementation_Guide.pdf Headers Sent from CDNetworks edge to Origin Web Server **X-Forwarded-IP**: IP of the client application that connected to our edge

The Laravel 4 version of this package included the ISP data from Maxmind by default but since I refactored my code to work with Laravel 5 I no longer get...

When we are using free URL with city (https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz) to update the database it is returning proper data but when I am using - 'update_url' => 'https://download.maxmind.com/app/geoip_download?edition_id=GeoIP2-Country&suffix=tar.gz&license_key=licensekey' it returns the...