Nexmo / nexmo-laravel

Add Vonage functionality such as SMS and voice calling to your Laravel app with this Laravel Service Provider.
MIT License
318 stars 79 forks source link

private key configuration #29

Closed dflow closed 5 years ago

dflow commented 5 years ago

where do you set the private key? as a file?

lornajane commented 5 years ago

The private key in your configuration should be a path to a file, yes. The file is the filename you supply in --keyfile when creating the application (more information here https://developer.nexmo.com/concepts/guides/applications#getting-started-with-applications ). Does that help?

lornajane commented 5 years ago

Closing due to inactivity