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

This package is auto-updated.

Last update: 2024-05-12 09:05:41 UTC


README

Packagist Downloads GitHub license

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.