PHP Classes

Nova PHP Push Notifications: Laravel based Web app to send push notifications

Recommend this page to a friend!
  Info   View files Documentation   Screenshots Screenshots   View files View files (16)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 275 This week: 2All time: 7,659 This week: 96Up
Version License PHP version Categories
nova-push-notificati 1.0.0The PHP License5PHP 5, Wireless and Mobile, Text proc..., W...
Description 

Author

This package implements a Laravel-based Web app to send push notifications.

It can display a user interface to compose a notification to a given recipient.

The package can send the notification by sending HTTP requests to the OneSignal API Web server.

Innovation Award
PHP Programming Innovation award nominee
March 2019
Number 3
Laravel Nova is a nice administration panel that allows integrating third-party components to extend its capabilities.

This package provides a component to extend Laravel Nova in order to allow its users to send SMS messages via a Web interface.

Manuel Lemos
Picture of Naif Alshaye
  Performance   Level  
Name: Naif Alshaye <contact>
Classes: 24 packages by
Country: Saudi Arabia Saudi Arabia
Age: ???
All time rank: 18706 in Saudi Arabia Saudi Arabia
Week rank: 22 Up2 in Saudi Arabia Saudi Arabia Up
Innovation award
Innovation award
Nominee: 9x

Documentation

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  
  • screenshots/screen1.png
  • screenshots/screen2.png
  Files folder image Files  
File Role Description
Files folder imageconfig (1 file)
Files folder imagedist (1 directory)
Files folder imageresources (3 directories)
Files folder imageroutes (1 file)
Files folder imagesrc (2 files, 1 directory)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file mix-manifest.json Data Auxiliary data
Accessible without login Plain text file package.json Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file webpack.mix.js Data Auxiliary data

  Files folder image Files  /  config  
File Role Description
  Accessible without login Plain text file push_notifications.php Aux. Auxiliary script

  Files folder image Files  /  dist  
File Role Description
Files folder imagejs (1 file)

  Files folder image Files  /  dist  /  js  
File Role Description
  Accessible without login Plain text file tool.js Data Auxiliary data

  Files folder image Files  /  resources  
File Role Description
Files folder imagejs (1 file, 1 directory)
Files folder imagesass (1 file)
Files folder imageviews (1 file)

  Files folder image Files  /  resources  /  js  
File Role Description
Files folder imagecomponents (1 file)
  Accessible without login Plain text file tool.js Data Auxiliary data

  Files folder image Files  /  resources  /  js  /  components  
File Role Description
  Accessible without login Plain text file Tool.vue Data Auxiliary data

  Files folder image Files  /  resources  /  sass  
File Role Description
  Accessible without login Plain text file tool.scss Data Auxiliary data

  Files folder image Files  /  resources  /  views  
File Role Description
  Accessible without login Plain text file navigation.blade.php Aux. Auxiliary script

  Files folder image Files  /  routes  
File Role Description
  Accessible without login Plain text file api.php Aux. Auxiliary script

  Files folder image Files  /  src  
File Role Description
Files folder imageHttp (2 directories)
  Plain text file NovaPushNotification.php Class Class source
  Plain text file ToolServiceProvider.php Class Class source

  Files folder image Files  /  src  /  Http  
File Role Description
Files folder imageControllers (1 file)
Files folder imageMiddleware (1 file)

  Files folder image Files  /  src  /  Http  /  Controllers  
File Role Description
  Plain text file PushNotificationController.php Class Class source

  Files folder image Files  /  src  /  Http  /  Middleware  
File Role Description
  Plain text file Authorize.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:275
This week:2
All time:7,659
This week:96Up