Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 392 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 392 Bytes

pushit

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')