D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
stevebauman
/
location
/
src
/
Drivers
/
Filename :
IpApiPro.php
back
Copy
<?php namespace Stevebauman\Location\Drivers; class IpApiPro extends IpApi { /** * {@inheritDoc} */ protected function url($ip) { $key = config('location.ip_api.token'); return "https://pro.ip-api.com/json/$ip?key=$key"; } }