Skip to content

Commit 98ad09c

Browse files
committed
Comply with MaxMind
1 parent 599c02d commit 98ad09c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "interaction-design-foundation/laravel-geoip",
3-
"description": "Support for multiple GeoIP services.",
3+
"description": "Support for multiple Geographical Location services.",
44
"license": "BSD-2-Clause",
55
"keywords": [
66
"laravel",
77
"geoip",
8+
"geographical",
89
"location",
910
"geolocation",
10-
"MaxMind",
1111
"IP API",
1212
"infoDB"
1313
],

config/geoip.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
|--------------------------------------------------------------------------
3535
|
3636
| Here you may specify the default storage driver that should be used
37-
| by the framework.
37+
| by the framework using the services listed below.
3838
|
39-
| Supported: "maxmind_database", "maxmind_api", "ipapi"
39+
| Supported: "maxmind_database", "maxmind_api", "ipapi", "ipgeolocation", "ipdata", "ipfinder"
4040
|
4141
*/
4242

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
- [Artisan](artisan.md)
55
- [Config](config.md)
66
- [Services](services.md)
7-
- [Migration from torann package](migration.md)
7+
- [Migration from Torann package](migration.md)
8+

0 commit comments

Comments
 (0)