Download the PHP package csgt/notification-channel-conceptomovil without Composer
On this page you can find all versions of the php package csgt/notification-channel-conceptomovil. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download csgt/notification-channel-conceptomovil
More information about csgt/notification-channel-conceptomovil
Files in csgt/notification-channel-conceptomovil
Package notification-channel-conceptomovil
Short Description Notification channel Concepto Movil.
License MIT
Homepage https://github.com/csgt/laravel-notification-channels-conceptomovil
Informations about the package notification-channel-conceptomovil
Conceptomovil notifications channel for Laravel 5.4+
This package makes it easy to send [Conceptomovil notifications] with Laravel 5.4.
Contents
- Usage
- Available Message methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
You can install the package via composer:
You must install the service provider:
Setting up your Conceptomovil account
Add your Conceptomovil Account SID, Auth Token, and From Number (optional) to your config/services.php
:
Usage
Now you can use the channel in your via()
method inside the notification:
In order to let your Notification know which phone are you sending/calling to, the channel will look for the celular
attribute of the Notifiable model. If you want to override this behaviour, add the routeNotificationForConceptomovil
method to your Notifiable model.
Available Message methods
ConceptomovilSmsMessage
from('')
: Accepts a phone to use as the notification sender.content('')
: Accepts a string value for the notification body.
Changelog
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
Versions
Package Version | Laravel Version |
---|---|
5.* | 5.4+ |
6.* | 9 |