Laravel 的GeoIP 位置查询模块
composer require larva/laravel-geoip
$info= LarvaGeoIPGeoIP::getLocation('218.1.2.3'); $info= LarvaGeoIPGeoIP::with('baidu')->getLocation('218.1.2.3');