PHPackages                             cuongnd88/delivery-channels - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. cuongnd88/delivery-channels

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

cuongnd88/delivery-channels
===========================

Laravel Notification Delivery Channels

1.1(4y ago)111PHPPHP ^7.2.5

Since Jun 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/cuongnd88/delivery-channels)[ Packagist](https://packagist.org/packages/cuongnd88/delivery-channels)[ RSS](/packages/cuongnd88-delivery-channels/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (9)Versions (3)Used By (0)

Laravel Notification Delivery Channels
======================================

[](#laravel-notification-delivery-channels)

Laravel ships with a handful of notification channels, but you may want to more drivers to deliver notifications via other channels. The `delivery-channels` makes it simple.

The package currently supports these drivers:

- Twilio

1-Install cuongnd88/delivery-channels using Composer.

```
$ composer require cuongnd88/delivery-channels
```

2-Add the following service provider in `config/app.php`

```
