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

error on windows #50

Closed munkh-altai closed 8 years ago

munkh-altai commented 8 years ago

nvalidDatabaseException in Reader.php line 251: Error opening database file (C:\laragon\www\web\storage\app/geoip.mmdb). Is

munkh-altai commented 8 years ago

fixed on config file

'database_path' => storage_path('app'. DIRECTORY_SEPARATOR . 'geoip.mmdb'),