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

Support for Laravel 7 #173

Closed mikemand closed 4 years ago

mikemand commented 4 years ago

Also some opinionated removal of PHP 7.1 and Laravel 5.5 support. The current version that supports Laravel 5.5 is stable and working, so let's move forward.

hosamalzagh commented 4 years ago

where i can file change composer.json

hosamalzagh commented 4 years ago

i update in this folder torann put cant update to laravel7

dwightwatson commented 4 years ago

@hosamalzagh you will need to wait until this PR is merged and tagged, then you can run composer update in your own project. Please be patient.

mvdnbrk commented 4 years ago

Any update on this?

othyn commented 4 years ago

@Torann please can we get this merged 😄

SamuelNitsche commented 4 years ago

You can use this as a little trick in your composer.json file until the PR gets merged.

"repositories": [{
    "type": "vcs",
    "url": "https://github.com/mikemand/laravel-geoip"
}],
"require": {
    "torann/geoip": "dev-laravel-7.0",
},
othyn commented 4 years ago

@Torann brilliant, thank you! 🎉