Skip to content

oanhnn/laravel-notifications

Repository files navigation

Laravel Notifications

Latest Version Software License Build Status Coverage Status Total Downloads Requires PHP

Improve notifications feature in Laravel 5.5+

Requirements

  • php >=7.1.3
  • Laravel 5.5+

Laravel 6.0+ requires php 7.2+

Installation

Begin by pulling in the package through Composer.

$ composer require oanhnn/laravel-notifications

Laravel

After that, publish vendor's resources:

$ php artisan vendor:publish --tag=laravel-notifications-config

Lumen

After that, copy the config file from the vendor directory:

$ cp vendor/oanhnn/laravel-notifications/config/notifications.php config/notifications.php

Update base handler class to your class in config/notifications.php.
Register the config file and the service provider in bootstrap/app.php:

$app->configure('notifications');

$app->register(Laravel\Notifications\ServiceProvider::class);

Usage

Changelog

See all change logs in CHANGELOG

Testing

$ git clone git@github.com/oanhnn/laravel-notifications.git /path
$ cd /path
$ composer install
$ composer phpunit

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email to Oanh Nguyen instead of using the issue tracker.

Credits

License

This project is released under the MIT License.
Copyright © Oanh Nguyen.

About

Improve notifications feature in Laravel 5.5+

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages