Skip to content

deha-soft/laravel-gmo-payment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel GMO payment package

Installation

  1. You can install the package via composer:
composer require deha-soft/laravel-gmo-payment
  1. Optional: The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:
'providers' => [
    // ...
    DehaSoft\LaravelGmoPayment\GMOPaymentServiceProvider::class,
];

License

The MIT License (MIT). Please see License File for more information.

Releases

No releases published

Packages

No packages published