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

Installation Error In Laravel 5.4 #201

Open ajaymakwana01 opened 3 years ago

ajaymakwana01 commented 3 years ago

I am trying to download it for my laravel application version 5.4 but composer gives an error.

Problem 1

Torann commented 3 years ago

You're on a really old version of Laravel and it's not really supported. Looking at previous versions it looks like version 1.0.9 will work for you: https://packagist.org/packages/torann/geoip#1.0.9

Barmunksu commented 3 years ago

@Torann this version will be working with new endpoint maxmind?

The update_url for the maxmind_database service has changed to support the new endpoint that requires authentication.