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

Call to undefined function Torann\\GeoIP\\Support\\curl_init() #169

Open hardikEvolution opened 4 years ago

hardikEvolution commented 4 years ago

when i check using curl --help then it's working. Screeen shot attached image

Solid-Peace commented 4 years ago

Same error with Laravel 7.x.x

Screenshot from 2020-03-27 14-13-20

Solid-Peace commented 4 years ago

Hi,

To resolve this issue, you need to install php-curl module :

This worked for me.