Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Aug 14, 2015
1 parent ca6486f commit ff5d180
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,45 @@
'FreeGeoIp' => [

'class' => Stevebauman\Location\Drivers\FreeGeoIp::class,

'url' => 'http://freegeoip.lwan.ws/json/',

],

'GeoPlugin' => [

'class' => Stevebauman\Location\Drivers\GeoPlugin::class,

'url' => 'http://www.geoplugin.net/php.gp?ip=',

],

'IpInfo' => [

'class' => Stevebauman\Location\Drivers\IpInfo::class,

'url' => 'http://ipinfo.io/',

],

'Telize' => [

'class' => Stevebauman\Location\Drivers\Telize::class,

'url' => 'https://www.telize.com/geoip/',

],

'MaxMind' => [

'class' => Stevebauman\Location\Drivers\MaxMind::class,

'configuration' => [

'web_service' => false, //If set to true, you must fill in your user ID and license key
'user_id' => '',
'license_key' => '',

],

],
Expand Down

0 comments on commit ff5d180

Please sign in to comment.