This is the standalone Payment module from the Vanilo E-commerce framework
(As Standalone Component)
composer require vanilo/checkout
php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"
Vanilo\Payment\Providers\ModuleServiceProvider::class
to modules in config/concord.php
php artisan migrate
See the Vanilo Payment Documentation for more details.