This package interacts with the API Webmoney
Add the dependency:
composer require pusha/laravel-webmoney
Add the service provider to config/app.php
, within the providers
array:
'providers' => [
// ...
Pusha\LaravelWebMoney\WMServiceProvider::class,
]
Publish the config file:
php artisan vendor:publish