<?php
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
class BroadcastServiceProvider extends ServiceProvider
{
/**
* Bootstrap any application services.
*
* @return void
*/
public function boot()
{
require base_path('routes/channels.php');
}
}
Before you begin integrating the Kueue Pay Developer API, make sure you have: