Download the PHP package owenoj/laravel-bigmsgbox without Composer
On this page you can find all versions of the php package owenoj/laravel-bigmsgbox. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download owenoj/laravel-bigmsgbox
More information about owenoj/laravel-bigmsgbox
Files in owenoj/laravel-bigmsgbox
Package laravel-bigmsgbox
Short Description Laravel notification channel for bigmsgbox
License MIT
Homepage https://github.com/owenoj/laravel-bigmsgbox
Informations about the package laravel-bigmsgbox
Bigmsgbox notifications channel for Laravel
This package makes it easy to send Bigmsgbox sms notifications with Laravel 8+
Installation
You can install the package via composer:
Configuration
Usage
Now you can use the channel in your via() method inside the notification:
You can also send sms via Facade like so:
In order to let your Notification know which phone are you sending to, the channel will look for the phone_number attribute of the Notifiable model. If you want to override this behaviour, add the routeNotificationForBigmsgbox method to your Notifiable model.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Owen Jubilant
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.