Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 380 Bytes

instructions.md

File metadata and controls

17 lines (11 loc) · 380 Bytes

Registering provider

Like any other provider, you need to register the provider inside start/app.js file.

const providers = [
  'adonisjs-infobip/providers/InfoBipProvider'
]

Config

The configuration is saved inside config/infobip.js file. Tweak it accordingly.

Docs

To find out more, read the docs here.