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

Simulate location and IP-API #200

Open AlbertoSinigaglia opened 3 years ago

AlbertoSinigaglia commented 3 years ago

Hi, I would like to test the correct implementation of your package on the project, and in order to do it, I would like to be able to "manipulate" the request in order to see if i'm in USA for example, if the packace actually locates me there.

Furthermore, I have a question about IP-API... in your documentation, you mention that there is a free and premium package... do I need to subscript to that service or the package use the free one (and so there is no configuration to do / no env variables to set)?