PHPackages                             christophrumpel/nova-notifications - 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. christophrumpel/nova-notifications

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

christophrumpel/nova-notifications
==================================

A Laravel Nova tool for handling Laravel Notifications.

1.0.11(6y ago)7626.2k13[7 issues](https://github.com/christophrumpel/nova-notifications/issues)[2 PRs](https://github.com/christophrumpel/nova-notifications/pulls)MITPHPPHP &gt;=7.2.0CI failing

Since Sep 10Pushed 6y ago3 watchersCompare

[ Source](https://github.com/christophrumpel/nova-notifications)[ Packagist](https://packagist.org/packages/christophrumpel/nova-notifications)[ RSS](/packages/christophrumpel-nova-notifications/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (4)Versions (16)Used By (0)

> ⚠️ **Note**: This repo is not maintained right now.

A Laravel Nova Tool for Handling Laravel Notifications
======================================================

[](#a-laravel-nova-tool-for-handling-laravel-notifications)

With this [Nova](https://nova.laravel.com) tool:

- You can overview all sent and failed notifications.
- You can send out notifications. (depening on the notification's dependencies)
- All sent or failed notifications will be stored in the database.

[![Latest Version on Packagist](https://camo.githubusercontent.com/3bbfa1da5083c7ee2412924430f5c4e528e8a7a05415cc5a9f6c4d930eedd9dd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6368726973746f706872756d70656c2f6e6f76612d6e6f74696669636174696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/christophrumpel/nova-notifications)

[![screenshot of nova notifications overview](/images/screenshot_overview.png)](/images/screenshot_overview.png)[![screenshot of nova notifications send](/images/screenshot_send.png)](/images/screenshot_send.png)

Requirements
------------

[](#requirements)

In order to use this package, you need to have an installation of Laravel with Laravel nova setup.

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

[](#installation)

First install the [Nova](https://nova.laravel.com) package via composer:

```
composer require christophrumpel/nova-notifications
```

Then publish the config file(optional):

```
php artisan vendor:publish --provider="Christophrumpel\NovaNotifications\ToolServiceProvider"
```

In there, you can define where to look for the Notification classes, as well as the notifiable models.

```
