kmak/pushit

Laravel push notification manager. Full backend management of subscriptions and notification sending to subscribers.

Maintainers

Details

github.com/kotsis/pushit

Source

Issues

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/kmak/pushit

dev-master 2018-10-24 20:53 UTC

This package is not auto-updated.

Last update: 2025-10-31 12:46:08 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')