| Recommend this page to a friend! | 
|  Download | 
| Info | Documentation | Screenshots |  Files |  Install with Composer |  Download | Reputation | Support forum | Blog | Links | 
| Ratings | Unique User Downloads | Download Rankings | ||||
| Not yet rated by the users | Total: 278 | All time:  7,641 This week: 44  | ||||
| Version | License | PHP version | Categories | |||
| nova-push-notificati 1.0.0 | The PHP License | 5 | PHP 5, Wireless and Mobile, Text proc..., W... | 
| Description | Author | |
| This package implements a Laravel-based Web app to send push notifications. Innovation Award | 
A Laravel Nova tool to send push notifications. Currently supporting just via OneSignal
You can install nova push notifications package in to a Laravel app that uses Nova via composer:
composer require naif/nova-push-notification
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=
Add the below to the tools function in app/Providers/NovaServiceProvider.php
public function tools()
{
  return [
    new NovaPushNotification(),
  ];
}


https://www.linkedin.com/in/naif
The MIT License (MIT). Please see License File for more information.
| Screenshots (2) | ||
|  Files (18) | 
| File | Role | Description | ||
|---|---|---|---|---|
|  config (1 file) | ||||
|  dist (1 directory) | ||||
|  resources (3 directories) | ||||
|  routes (1 file) | ||||
|  src (2 files, 1 directory) | ||||
|    composer.json | Data | Auxiliary data | ||
|    mix-manifest.json | Data | Auxiliary data | ||
|    package.json | Data | Auxiliary data | ||
|    README.md | Doc. | Documentation | ||
|    webpack.mix.js | Data | Auxiliary data | ||
|  Files (18) | / | src | 
| File | Role | Description | ||
|---|---|---|---|---|
|  Http (2 directories) | ||||
|  NovaPushNotification.php | Class | Class source | ||
|  ToolServiceProvider.php | Class | Class source | ||
|  Files (18) | / | src | / | Http | / | Controllers | 
| File | Role | Description | 
|---|---|---|
|  PushNotificationController.php | Class | Class source | 
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. | 
|  Install with Composer | 
|  | nova-push-notificati-2019-02-18.zip 41KB | 
|  | nova-push-notificati-2019-02-18.tar.gz 37KB | 
|  | Install with Composer | 
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 100% | 
 | 
 | 
| Applications that use this package | 
 If you know an application of this package, send a message to the author to add a link here.
 If you know an application of this package, send a message to the author to add a link here.