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 7971cd3 commit 480df0bCopy full SHA for 480df0b
src/config/geoip.php
@@ -26,7 +26,7 @@
26
'type' => env('GEOIP_DRIVER', 'database'), // database or web_service
27
'user_id' => env('GEOIP_USER_ID'),
28
'license_key' => env('GEOIP_LICENSE_KEY'),
29
- 'database_path' => storage_path('geoip.mmdb'),
+ 'database_path' => storage_path('app/geoip.mmdb'),
30
),
31
32
/*
0 commit comments