PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Naif Alshaye   Nova PHP Push Notifications   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nova PHP Push Notifications
Laravel based Web app to send push notifications
Author: By
Last change:
Date: 5 years ago
Size: 773 bytes
 

Contents

Class file image Download
{ "name": "naif/nova-push-notification", "description": "A Laravel Nova tool to send push notifications via OneSignal", "keywords": [ "laravel", "nova", "push", "notifications", "notification", "push_notification", "onesignal", "one_signal" ], "license": "MIT", "require": { "php": ">=7.1.0" }, "autoload": { "psr-4": { "Naif\\NovaPushNotification\\": "src/" } }, "extra": { "laravel": { "providers": [ "Naif\\NovaPushNotification\\ToolServiceProvider" ] } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }