laravel-visitor-tracker
laravel-visitor-tracker copied to clipboard
Undefined property: stdClass::$latitude /Geoip/Ipstack.php
Catch this error and cant fix, what wrong?
- Homestead
- Laravel 5.7
ErrorException (E_NOTICE) Undefined property: stdClass::$latitude
/home/vagrant/code/laravel/vendor/voerro/laravel-visitor-tracker/src/Geoip/Ipstack.php
public function latitude()
{
return $this->data->latitude;
}
+1
+1
Hello, @koriss @orangethakkali
To solve this, you should have an access key to api. see more info here: https://ipstack.com/documentation
once you have a valid key, you can add it in config/visitortracker.php at line 128 Thanks