Download the PHP package bhanwarpsrathore/laravel-notification-twilio-whatsapp without Composer
On this page you can find all versions of the php package bhanwarpsrathore/laravel-notification-twilio-whatsapp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bhanwarpsrathore/laravel-notification-twilio-whatsapp
More information about bhanwarpsrathore/laravel-notification-twilio-whatsapp
Files in bhanwarpsrathore/laravel-notification-twilio-whatsapp
Package laravel-notification-twilio-whatsapp
Short Description Twilio WhatsApp notifications channel for Laravel
License MIT
Homepage https://github.com/bhanwarpsrathore/laravel-notification-twilio-whatsapp
Informations about the package laravel-notification-twilio-whatsapp
Twilio WhatsApp notifications channel for Laravel
This package makes it easy to send Twilio WhatsApp notifications with 8.x, 9.x & 10.x
Requirements
- PHP 8.1 or later.
Installation
Install it using Composer:
Configuration
Add your Twilio Account SID, Auth Token, and From Number to your .env
:
Advanced configuration
You can optionally publish the config file with:
Suppressing specific errors or all errors
Publish the config using the above command, and edit the ignored_error_codes
array. You can get the list of
exception codes from the documentation.
If you want to suppress all errors, you can set the option to ['*']
. The errors will not be logged.
License
MIT license. Please see LICENSE.md for more info.
All versions of laravel-notification-twilio-whatsapp with dependencies
twilio/sdk Version ~6.0
illuminate/notifications Version ^9.0 || ^10.0 || ^11.0
illuminate/support Version ^9.0 || ^10.0 || ^11.0