ip2location / ip2location-laravel

IP2Location Laravel extension enables the user to find the country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather, MCC, MNC, mobile brand name, elevation, usage type, IP address type and IAB advertising category from IP address using IP2Location database.
http://www.ip2location.com
MIT License
77 stars 13 forks source link

Avoid using of dynamic class properties #6

Closed andreypopov closed 11 months ago

andreypopov commented 11 months ago

fix for php 8.2+:

Deprecated:Creation of dynamic property Ip2location\IP2LocationLaravel\IP2LocationLaravel::$db is deprecated

ip2location commented 11 months ago

Hi andrey,

We have reviewed and tested the changes, thanks for the contribution!