Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

Push Notifications

Readme

Laravel Nova Push Notifications

A Laravel Nova tool to send push notifications. Currently supporting just via OneSignal

Installation:

You can install nova push notifications package in to a Laravel app that uses Nova via composer:

composer require naif/nova-push-notification

Configuration

Publish the package config file:

php artisan vendor:publish --provider="Naif\NovaPushNotification\ToolServiceProvider"

Configuration will be published at [config/push_notifications.php].

Create an App in OneSignal and get your app id and api key. https://onesignal.com/apps

Add the following keys to your .env and .env.example:

PUSH_APP_ID=
PUSH_API_KEY=

Usage

Add the below to the tools function in app/Providers/NovaServiceProvider.php

public function tools()
{
  return [
    new NovaPushNotification(),
  ];
}

Package screenshot

Package screenshot

Support:

naif@naif.io

https://www.linkedin.com/in/naif

License

The MIT License (MIT). Please see License File for more information.

Screenshots

Back to Top
Added 7 years ago
Last updated 6 Years Ago
Version v1.0
Composer
naif/nova-push-notification
GitHub stars 16
Packagist downloads 6,382

Favorites

8 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
1 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas