kamal/notifications-module

This module using firebase to send notifications to devices

dev-master 2019-12-27 13:23 UTC

This package is auto-updated.

Last update: 2024-09-27 23:28:56 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

License

This project is licensed under the MIT License - see the LICENSE file for details