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

Config not being published #105

Open andrewbrooke72 opened 6 years ago

andrewbrooke72 commented 6 years ago

When I run the command php artisan vendor:publish --provider="Torann\GeoIP\GeoIPServiceProvider" --tag=config. cannot find config/geoip.php. everything is just not working.

ABPAM commented 5 years ago

Same issue. Also, if the publish command doesn't work, the artisan commands for the GeoIP package like php artisan geoip:update doesn't work either which prevents the automated download and setup of the MaxMind Database. That causes a very big inconvenience.