class MtnMomoServiceProvider extends ServiceProvider (View source)

Package service provider.

Methods

void
boot()

Bootstrap the application services.

void
register()

Register the application services.

ClientInterface
commandClient()

Create command's concrete client.

callable
getLogMiddleware()

Get log middleware.

Details

void boot()

Bootstrap the application services.

Return Value

void

void register()

Register the application services.

Return Value

void

protected ClientInterface commandClient()

Create command's concrete client.

Return Value

ClientInterface

Exceptions

Exception

protected callable getLogMiddleware()

Get log middleware.

Return Value

callable

GuzzleHttp Middleware

Exceptions

Exception