You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$geoip->getRaw(); // different drivers will return different data types
247
+
248
+
// Laravel
249
+
GeoIP::getRaw(); // different drivers will return different data types
250
+
```
251
+
247
252
### Update Database
248
253
249
254
There is an update command available to help with updating and installing a local geoip database. The following will download and install/update the database file to `/path/to/database.mmdb`.
@@ -276,7 +281,7 @@ IP-API is a free (or paid) service that can also be used instead of the database
276
281
277
282
#### Telize
278
283
279
-
Telize is a free service that can be used as an alternative. It currently has no limitations.
284
+
Telize offers a JSON IP and GeoIP REST API allowing to get a visitor IP address and to query location information from any IP address. It outputs JSON-encoded IP geolocation data, and supports both Cross-origin resource sharing (CORS) and JSONP.
0 commit comments