laravel-notification-channels / backport
Backport of the Laravel Notification System for Laravel 5.1 and 5.2
Installs: 160 867
Dependents: 0
Suggesters: 1
Security: 0
Stars: 26
Watchers: 3
Forks: 11
Open Issues: 8
Requires
- php: >=5.6.4
- illuminate/broadcasting: 5.1.*|5.2.*
- illuminate/bus: 5.1.*|5.2.*
- illuminate/contracts: 5.1.*|5.2.*
- illuminate/queue: 5.1.*|5.2.*
- illuminate/support: 5.1.*|5.2.*
- ramsey/uuid: ~3.0
Requires (Dev)
- mockery/mockery: ^0.9.5
- phpunit/phpunit: 4.*
Suggests
- guzzlehttp/guzzle: Required to use the Slack transport.
- illuminate/database: Required to use the database transport (5.1.*|5.2.*).
- nexmo/client: Required to use the Nexmo transport.
Replaces
- illuminate/notifications: 5.3.*
README
This package acts as a backport for the Laravel 5.3 notification system, to allow its usage with Laravel 5.1 and Laravel 5.2.
Installation
You can install the package via composer:
composer require laravel-notification-channels/backport
Next, you must load the service provider:
// config/app.php 'providers' => [ // ... Illuminate\Notifications\NotificationServiceProvider::class, ],
Usage
Please refer to the official Laravel Notification documentation.
License
The MIT License (MIT). Please see License File for more information.