kulchandu / push-notification-app
This is a notification service using firebase for applications of IOS/Android
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kulchandu/push-notification-app
README
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!