Laravel Notification Wrapper
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
- PHP >= 7.3 | 8.0
- Laravel >= 7
Please see the changelog for more information on what has changed recently.
$ composer test
Please see contributing.md for details and a todolist.
- [BEEP][link-author]
- [All Contributors][link-contributors]
MIT. Please see the license file for more information.