We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9577c9d commit b3bc9c9Copy full SHA for b3bc9c9
config/geoip.php
@@ -54,7 +54,7 @@
54
'maxmind_database' => [
55
'class' => \Torann\GeoIP\Services\MaxMindDatabase::class,
56
'database_path' => storage_path('app/geoip.mmdb'),
57
- 'update_url' => 'https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz',
+ 'update_url' => sprintf('https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key=%s&suffix=tar.gz', env('MAXMIND_LICENSE_KEY')),
58
'locales' => ['en'],
59
],
60
@@ -72,7 +72,7 @@
72
'continent_path' => storage_path('app/continents.json'),
73
'lang' => 'en',
74
75
-
+
76
'ipgeolocation' => [
77
'class' => \Torann\GeoIP\Services\IPGeoLocation::class,
78
'secure' => true,
0 commit comments