Skip to content

Laravel Notification Wrapper

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
license.md
Notifications You must be signed in to change notification settings

bagoesz21/laravel-notification

Repository files navigation

LaravelNotification

Laravel Notification Wrapper

Installation

Via Composer

$ composer require bagoesz21/laravel-notification

Publish config :

php artisan vendor:publish

Add this code on boot in AppServiceProvider

\Bagoesz21\LaravelNotification\Facades\LaravelNotification::make()->init();

Setting .env code : (optional)

NOTIF_QUEUE_NAME=default
NOTIF_QUEUE_CONNECTION=redis
NOTIF_AFTER_COMMIT=true

Requirements

  • PHP >= 7.3 | 8.0
  • Laravel >= 7

Usage

Change log

Please see the changelog for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see contributing.md for details and a todolist.

Credits

  • [BEEP][link-author]
  • [All Contributors][link-contributors]

License

MIT. Please see the license file for more information.

About

Laravel Notification Wrapper

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
license.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published