Best2Pay API integration (including Symfony service provider)
composer require pvs812/best2payPackage supports auto discovery for Symfony >= 5.2
You can also add Facade (configs/app.php)
'aliases' => [
...
'Best2Pay' => Kozz\Best2Pay\Laravel\Facades\Best2PayFacade::class
],Then run command (it will create config/best2pay.php file)
php artisan vendor:publish