Skip to content

bagisto-europe/tax-rates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bagisto Tax Rates

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.

About

This extensions helps you to import all tax rates in your Bagisto instance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages