PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages 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: Refactoring PushNotificationController.php
Date: 8 months ago
Size: 864 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", "php-http/guzzle6-adapter": "^1.1", "norkunas/onesignal-php-api": "^1.10" }, "autoload": { "psr-4": { "Naif\\NovaPushNotification\\": "src/" } }, "extra": { "laravel": { "providers": [ "Naif\\NovaPushNotification\\ToolServiceProvider" ] } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }