hawkfx
use App\Jobs\InstallAssetsJob;
use App\Shop;
use Carbon\Carbon;
use GeoIp2\Database\Reader;
$file = storage_path("app/public/maxmind/GeoLite2-Country.mmdb");
$reader = new Reader($file);
$record = $reader->country("87.112.45.89");
dd($record->country->isoCode)
"GB"