Larageo is Laravel package helps developers to add value to their projects by fetching the IP geo details, like .e.g: IP, IP Version, Country, City, Region, Timezone, Locale, Currency, Time Now and more.
Full Documentation lives here: Larageo Docs.
Using Facade:
Larageo::get();
Using Helper:
app('larageo')->get();
php artisan vendor:publish --provider="Technoyer\Larageo\Providers\LarageoServiceProvider"
You will find new file config/larageo.php
- ip2location.io
- apiip.net
- ipapi.co
- ipapi.com
- ipgeolocation.io
- ipinfo.io
- maptiler.com
Please contact me and I will add your suggested drivers ASAP.