Torann / laravel-geoip

Determine the geographical location of website visitors based on their IP addresses.
http://lyften.com/projects/laravel-geoip
BSD 2-Clause "Simplified" License
2.07k stars 372 forks source link

Laravel 10 support #225

Closed vincentauger closed 1 year ago

vincentauger commented 1 year ago

Laravel 10 was released today. It comes with new major version of illuminate libraries.

  "require": {
    "php": "^8.0",
    "illuminate/cache": "^8.0|^9.0",
    "illuminate/console": "^8.0|^9.0",
    "illuminate/support": "^8.0|^9.0"
  },
vincentauger commented 1 year ago

It looks like this is already addressed by pull request #223. Thanks for the great package!