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