nexmo-laravel icon indicating copy to clipboard operation
nexmo-laravel copied to clipboard

Add Vonage functionality such as SMS and voice calling to your Laravel app with this Laravel Service Provider.

Results 13 nexmo-laravel issues
Sort by recently updated
recently updated
newest added

Added laravel 9 support ## Description ## Motivation and Context ## How Has This Been Tested? ## Example Output or Screenshots (if appropriate): ## Types of changes - [ ]...

I had an issue regarding with the API Credentials whereas I already used the given credentials then I got an error that says: "Please provide Nexmo API credentials. Possible combinations:...

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 9.x. **Before merging**, you need to: - Checkout the `l9-compatibility`...

update please ``` "illuminate/support": "^5.2|^6.0|^7.0|^8.0", "illuminate/support": "^5.2|^6.0|^7.0|^8.0|^9.0", ```

I guess all is in the question :-). I have not been able to find any reference on how to use inbound message concatenation with this package.

A have a booking model, which collects client phone address and has an assigned thru foreign key employee id, that has it's own phone number. When a booking is created,...

Thanks so much for this great tool! This error stumped me for a good while. The way I was reading the error I thought it wasn't getting either the api_secret...

Maybe its better to add the Nexmo provider at the vendor:publish artisan command.

I'm analyzing my project with Larastan (https://github.com/nunomaduro/larastan) and it's complaining about my Nexmo code. Not sure if this is an error within nexmo-laravel or within the Larastan check. The warning...