ipregistry/laravel

IP Geolocation and Threat Intelligence

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ipregistry/laravel

dev-main 2023-01-13 09:31 UTC

This package is auto-updated.

Last update: 2025-10-08 15:59:37 UTC


README

Step:1 -- Add following class to providers Ipregistry\Laravel\IpRegistryProvider::class

Step:2 -- Add alias in aliases section "Ipregistry" => Ipregistry\Laravel\GetCurrentLocation::class

Step:3 -- In Controller File

use Ipregistry;
Ipregistry::getcurrentlocation('Your ipregistry key here',["ip address"]);