michaeldrennen/Geonames

Question - Is it possible to add countries without deleting existing ones ?

Opened this issue · 0 comments

First of all, thank you for this package that makes life easier!

My question is in the title: Is it possible to add countries without deleting existing ones ?

I've already installed US and Canada records
php artisan geonames:install --country=US --country=CA
and I'd like to add Brazil without reinstalling US and Canada
php artisan geonames:install --country=US --country=CA --country=BR
php artisan geonames:add --country=BR equivalent?