Download the PHP package yna/laravel-cellact without Composer
On this page you can find all versions of the php package yna/laravel-cellact. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yna/laravel-cellact
More information about yna/laravel-cellact
Files in yna/laravel-cellact
Package laravel-cellact
Short Description Cellact Notifications channel for Laravel 5.3.
License MIT
Homepage https://github.com/ynacorp/b-sms
Informations about the package laravel-cellact
Cellact notifications channel for Laravel 5.3+
This package makes it easy to send notifications using cellact with Laravel 5.3+.
Installation
You can install the package via composer:
Then you must install the service provider:
Setting up the Cellact service
Add your Cellact account, user, password, from and company to your config/services.php
:
Usage
You can use the channel in your via()
method inside the notification:
In your notifiable model, make sure to include a routeNotificationForPort2sms() method, which return the phone number.
Available methods
from()
: Sets the sender's name or phone number.
content()
: Set a content of the notification message.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-cellact with dependencies
ext-mbstring Version *
illuminate/queue Version ^5.3.0
illuminate/notifications Version ^5.3.0
illuminate/support Version ^5.3.0