Skip to content

rojtjo/notifier-laravel

Repository files navigation

Notifier

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

Easily send notifications.

Installation

$ composer require rojtjo/notifier-laravel

Usage

Register the service provider in config/app.php:

    \Rojtjo\Notifier\Laravel\NotifierServiceProvider::class,

Add the middleware to the kernel in app/Http/Kernel.php:

    \Rojtjo\Notifier\Laravel\ShareNotificationsWithView::class,

Documentation

Coming soon

Security

If you discover any security related issues, please email me@rojvroemen.com instead of using the issue tracker.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages