vanilo / taxes
Vanilo Taxes Module
4.1.0
2024-07-11 13:23 UTC
Requires
- php: ^8.2
- konekt/address: ^3.3.1
- konekt/concord: ^1.13
- konekt/enum: ^4.2
- konekt/laravel-migration-compatibility: ^1.6
- laravel/framework: ^10.43|^11.0
- nette/schema: ^1.2.5
- vanilo/contracts: ^4.0
- vanilo/support: ^4.0
Requires (Dev)
- orchestra/testbench: ^8.0|^9.0
- phpunit/phpunit: ^10.0
README
This is the standalone Taxes module from the Vanilo E-commerce framework
Installation
(As Standalone Component)
composer require vanilo/taxes
php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"
- Add
Vanilo\Taxes\Providers\ModuleServiceProvider::class
to modules inconfig/concord.php
php artisan migrate
Usage
See the Vanilo Taxes Documentation for more details.