vanilo / payment
Vanilo Payment Module
3.0.1
2022-05-22 11:46 UTC
Requires
- php: ^8.0
- konekt/concord: ^1.10.2
- konekt/enum: ^3.0
- vanilo/contracts: ^3.0
- vanilo/support: ^3.0
Requires (Dev)
- orchestra/testbench: ^7.0
- phpunit/phpunit: ^9.0
README
This is the standalone Payment module from the Vanilo E-commerce framework
Installation
(As Standalone Component)
composer require vanilo/checkout
php artisan vendor:publish --provider=Konekt\Concord\ConcordServiceProvider
- Add
Vanilo\Payment\Providers\ModuleServiceProvider::class
to modules inconfig/concord.php
php artisan migrate
Usage
See the Vanilo Payment Documentation for more details.