We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab653de commit 6f838a8Copy full SHA for 6f838a8
README.md
@@ -38,6 +38,7 @@ Run this on the command line from the root of your project:
38
php artisan vendor:publish --provider="InteractionDesignFoundation\GeoIP\GeoIPServiceProvider" --tag=config
39
```
40
41
+and set the `GEOIP_SERVICE` env variable.
42
43
## Configuration
44
config/geoip.php
@@ -42,7 +42,7 @@
|
*/
45
- 'service' => env('GEOIP_SERVICE', 'ipapi'),
+ 'service' => env('GEOIP_SERVICE', null),
46
47
/*
48
|--------------------------------------------------------------------------
0 commit comments