Like any other provider, you need to register the provider inside start/app.js
file.
const providers = [
'adonisjs-infobip/providers/InfoBipProvider'
]
The configuration is saved inside config/infobip.js
file. Tweak it accordingly.
To find out more, read the docs here.