ipregistry/laravel

IP 定位和威胁情报

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

This package is auto-updated.

Last update: 2024-09-08 13:34:56 UTC


README

步骤:1 -- 在 providers 类中添加以下类 Ipregistry\Laravel\IpRegistryProvider::class

步骤:2 -- 在别名部分添加别名 "Ipregistry" => Ipregistry\Laravel\GetCurrentLocation::class

步骤:3 -- 在控制器文件中

use Ipregistry;
Ipregistry::getcurrentlocation('在此处输入您的 ipregistry 密钥',["ip address"]);