bagisto-eu / tax-rates
This extensions helps you to import all tax rates in your Bagisto instance.
dev-master
2021-02-27 09:46 UTC
Requires
- php: ^7.3
This package is auto-updated.
Last update: 2025-03-12 10:50:08 UTC
README
This extensions helps you to import all tax rates for each country in your Bagisto instance.
Installation
Using composer, you only need to run:
composer require bagisto-eu/tax-rates:dev-master
Usage
Import tax rates for all regions.
Run the following command in your terminal
php artisan db:seed --class="Bagisto\TaxRates\Database\Seeders\DatabaseSeeder"
Import only European tax rates
php artisan db:seed --class="Bagisto\TaxRates\Database\Seeders\EuropeTaxRatesSeeder"
Import only US tax rates
php artisan db:seed --class="Bagisto\TaxRates\Database\Seeders\UsTaxRatesSeeder"
Now go to Admin -> Settings -> Taxes -> Tax Rates.
Changelog
Please see the CHANGELOG file for more information about what has recently changed.