This extensions helps you to import all tax rates for each country in your Bagisto instance.
Using composer, you only need to run:
composer require bagisto-eu/tax-rates:dev-master
Run the following command in your terminal
php artisan db:seed --class="Bagisto\TaxRates\Database\Seeders\DatabaseSeeder"
php artisan db:seed --class="Bagisto\TaxRates\Database\Seeders\EuropeTaxRatesSeeder"
php artisan db:seed --class="Bagisto\TaxRates\Database\Seeders\UsTaxRatesSeeder"
Now go to Admin -> Settings -> Taxes -> Tax Rates.
Please see the CHANGELOG file for more information about what has recently changed.