This is PushNotification (HTTP v1)
github.com/piyas33/push-notification
Source
Issues
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT e7172b2387a319503d6e6a0e9d8203cf71bbc0d6
This package is auto-updated.
Last update: 2025-05-29 19:10:04 UTC
#Install
composer require piyas33/push-notification php artisan vendor:publish --tag=config --force
.env
FCM_PROJECT_ID="project_id" FCM_JSON_PATH="your_fcm_json_path" FCM_ENABLE_QUEUE= false
if FCM_ENABLE_QUEUE is true :
FCM_ENABLE_QUEUE
QUEUE_CONNECTION=database