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 069fcde commit 53203a1Copy full SHA for 53203a1
README.md
@@ -148,7 +148,7 @@ $geoip->getTimezone();
148
Get all geo information
149
150
```php
151
-$geoip->get();
+$geoip->get(); // returns array
152
```
153
154
### Update Database
composer.json
@@ -12,6 +12,7 @@
12
"require": {
13
"php": ">=5.4.0",
14
"illuminate/support": "~4|~5",
15
+ "illuminate/console": "~4|~5",
16
"pulkitjalan/requester": "1.*",
17
"geoip2/geoip2": "2.*"
18
},
0 commit comments