vanilophp / payment

Vanilo Payment Module (Laravel E-commerce)
MIT License
5 stars 5 forks source link

Vanilo Payment Module

Tests Packagist version Packagist downloads MIT Software License

This is the standalone Payment module from the Vanilo E-commerce framework

Installation

(As Standalone Component)

  1. composer require vanilo/checkout
  2. php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"
  3. Add Vanilo\Payment\Providers\ModuleServiceProvider::class to modules in config/concord.php
  4. php artisan migrate

Usage

See the Vanilo Payment Documentation for more details.