mikemclin / backport

Laravel Notifications for Laravel 5.2 / 5.1

Home Page:http://laravel-notification-channels.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Notifications for Laravel 5.2 / 5.1

Latest Version on Packagist Software License Build Status StyleCI Quality Score Code Coverage Total Downloads

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.

About

Laravel Notifications for Laravel 5.2 / 5.1

http://laravel-notification-channels.com

License:MIT License


Languages

Language:PHP 85.3%Language:HTML 14.7%