Download the PHP package apxcde/laravel-onfon-sms without Composer
On this page you can find all versions of the php package apxcde/laravel-onfon-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download apxcde/laravel-onfon-sms
More information about apxcde/laravel-onfon-sms
Files in apxcde/laravel-onfon-sms
Package laravel-onfon-sms
Short Description Add OnFon SMS to your laravel web application
License
Homepage https://github.com/apxcde/laravel-onfon-sms
Informations about the package laravel-onfon-sms
Add OnFon SMS to your laravel web application
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
Publish the config file
You can publish the config file with:
This is the contents of the published config file:
Add Environment Variables
Set the variables below in your .env file. You will receive these variables from onfon media
Set up the notifiable model
Add the routeNotificationForOnfon method on your notifiable Model. If this is not added, the phone_number field will be automatically used.
Usage
To use this package, you need to create a notification class, like NewsWasPublished from the example below, in your Laravel application. Make sure to check out Laravel's documentation for this process.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Credits
- ApexCode
- All Contributors
All versions of laravel-onfon-sms with dependencies
spatie/laravel-package-tools Version ^1.13.0
illuminate/contracts Version ^10.0
ext-curl Version *