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.09k stars 372 forks source link

Doesn't work with Laravel 5 #74

Closed jwohlfert23 closed 7 years ago

jwohlfert23 commented 7 years ago

Specifically when instantiating the service class. app($class, [$config]). Laravel 5 no longer allows parameters to be passed in this function.