GitHub - ipinfo/laravel: Official Laravel client library for IPinfo API (IP geolocation and other types of IP data)

PHOTO EMBED

Thu Jan 04 2024 08:06:25 GMT+0000 (Coordinated Universal Time)

Saved by @zaryabmalik

Route::get('/', function (Request $request) {
    $location_text = "The IP address {$request->ipinfo->ip}.";
    return view('index', ['location' => $location_text]);
});
content_copyCOPY

https://github.com/ipinfo/laravel