- You can install the package via composer:
composer require deha-soft/laravel-gmo-payment
- 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,
];
The MIT License (MIT). Please see License File for more information.