Torann / laravel-geoip

Determine the geographical location of website visitors based on their IP addresses.

Home Page:http://lyften.com/projects/laravel-geoip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation Error In Laravel 5.4

ajaymakwana01 opened this issue · comments

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

Problem 1
- Root composer.json requires torann/geoip 1.1.0 -> satisfiable by torann/geoip[1.1.0].
- torann/geoip 1.1.0 requires illuminate/support ~5.5|^6.0 -> found illuminate/support[v5.5.0, ..., v5.8.36, v6.0.0, ..., v6.20.16] but it conflicts
with another require.

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

@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.