kmak / pushit
Laravel push notification manager. Full backend management of subscriptions and notification sending to subscribers.
dev-master
2018-10-24 20:53 UTC
Requires
- php: ^7.1.3
- ext-openssl: *
- minishlink/web-push: ^4.0
This package is not auto-updated.
Last update: 2025-03-07 09:53:18 UTC
README
Laravel push notification manager. Full backend management of subscriptions and notification sending to subscribers.
Installation
To get started with pushit just run in your Laravel application:
composer require kmak/pushit
In your views that you wish to notify the user that subscription for notifications is available simply add:
@include('kmak/pushit::subscribe')