PHPackages                             joydeep-bhowmik/laravel-push-notification - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. joydeep-bhowmik/laravel-push-notification

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

joydeep-bhowmik/laravel-push-notification
=========================================

A Laravel package for integrating Firebase Cloud Messaging (FCM) to handle push notifications.

v1.0.0(1y ago)071MITPHP

Since Sep 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/joydeep-bhowmik/laravel-push-notification)[ Packagist](https://packagist.org/packages/joydeep-bhowmik/laravel-push-notification)[ RSS](/packages/joydeep-bhowmik-laravel-push-notification/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Laravel Push Notification (this package is currently under development)
=======================================================================

[](#laravel-push-notification-this-package-is-currently-under-development)

A Laravel package for integrating Firebase Cloud Messaging (FCM) to handle push notifications seamlessly.

Table of Contents
-----------------

[](#table-of-contents)

1. [Installation](#installation)
2. [Publishing Assets](#publishing-assets)
3. [Configuration](#configuration)
4. [Migrations](#migrations)
5. [Usage](#usage)
    - [Sending Notifications](#sending-notifications)
    - [Example Notification Class](#example-notification-class)
    - [Frontend Setup](#frontend-setup)
    - [Push Notification Switch Component](#push-notification-switch-component)
6. [License](#license)
7. [Acknowledgments](#acknowledgments)

Installation
------------

[](#installation)

To install the package, use Composer:

```
composer require joydeep-bhowmik/laravel-push-notification
```

And add this in your `bootstrap/providers`

```
