kamal / notifications-module
This module using firebase to send notifications to devices
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kamal/notifications-module
Requires
- php: >=7.0.0
- fideloper/proxy: ~3.3
- laravel/framework: 5.5.*
- laravel/tinker: ~1.0
This package is auto-updated.
Last update: 2025-09-28 01:54:49 UTC
README
A laravel package to push notification using FCM
Prerequisites
- Composer
- PHP >=7.0.0
- Laravel >= 5.5.*
Features
- Send to device / multiple devices
- Send to topic / multiple topics
- Delete notification
- Retrieve notification
- Adjustable relation
Installing
composer require kamal\notifications-module
How it works
Run
php artisan:vendor publish
-
You can adjust the related model and the related column.
-
Then
php artisan migrate
-
Import in the related model
HasNotifications
trait.
Documentation
The documentation is not provided yet.
Authors
- Ahmad Kamal - Initial work - ahmdkamal
License
This project is licensed under the MIT License - see the LICENSE file for details