laravel-sms-api
laravel-sms-api copied to clipboard
Laravel package to provide SMS API integration.
in config/sms-api ``` return [ 'country_code' => 'xxx', //Country code to be added 'default' => env('SMS_API_DEFAULT_GATEWAY', 'gateway_name_basic'), //Choose default gateway // Basic Gateway Sample Configuration 'gateway_name_basic' => [ 'method' =>...
How can one call the Notification class inside a Controller.
On-Demand Notifications support added to Laravel 5.5 and newer. We can send a notification to someone who is not stored as a user by this feature.
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...
Hello, I am a user of your Laravel package and I would like to ask if you could add support for AlphaNet SMS gateway to your package. AlphaNet is a...
Please how do I build a form to get input in the view.? Example, before I send to a user, I will want to have a form with input field...
Can you add support for laravel 11 ?