kulchandu/push-notification-app

This is a notification service using firebase for applications of IOS/Android

v1.0.4 2024-03-12 11:19 UTC

This package is auto-updated.

Last update: 2025-03-12 13:32:05 UTC


README

Latest Version Latest Version

Introduction

This is a notification service using firebase for applications of IOS/Android

Installation Documentation

run composer require kulchandu/push-notification-app

Publish the vendors

php artisan vendor:publish

Usage

FCMService::send( 'token', [ 'title' => 'Title', 'body' => 'Body', ], ['page' => 'page'] );

License

Laravel Push notification for APP is open-sourced software licensed under the MIT license.

Thank you for considering contributing to Push notification for APP!