PHPackages                             zvizvi/filament-notifications-tabs - 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. [Admin Panels](/categories/admin)
4. /
5. zvizvi/filament-notifications-tabs

ActiveLibrary[Admin Panels](/categories/admin)

zvizvi/filament-notifications-tabs
==================================

Tabs and per-notification actions (delete, toggle read status) for the Filament database notifications modal.

0.0.2(5d ago)016↓50%MITPHP ^8.2

Since Jul 6Compare

[ Source](https://github.com/zvizvi/filament-notifications-tabs)[ Packagist](https://packagist.org/packages/zvizvi/filament-notifications-tabs)[ Docs](https://github.com/zvizvi/filament-notifications-tabs)[ GitHub Sponsors](https://github.com/zvizvi)[ RSS](/packages/zvizvi-filament-notifications-tabs/feed)WikiDiscussions Synced today

READMEChangelogDependencies (9)Versions (3)Used By (0)

[![Filament Relation Manager Repeater](https://raw.githubusercontent.com/zvizvi/filament-notifications-tabs/main/.github/banner.png)](https://github.com/zvizvi/filament-notifications-tabs)Filament Notifications Tabs
===========================

[](#filament-notifications-tabs)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5eac76d2a12c9133667c4ab0fbf1acb842b93b4e12538c2cd3027800adf8914d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a76697a76692f66696c616d656e742d6e6f74696669636174696f6e732d746162732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zvizvi/relation-manager-repeater)[![Total Downloads](https://camo.githubusercontent.com/5181a5ab6b0925a837efb46cc25abbd5df1d4206468315006c1be294ad2e8bdd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a76697a76692f66696c616d656e742d6e6f74696669636174696f6e732d746162732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zvizvi/relation-manager-repeater)

Adds tabs and per-notification actions to the Filament database notifications modal:

- **Unread / All tabs** — filter the notifications list, with an unread-count badge on the Unread tab.
- **Per-notification actions** — replaces the default X (close) button with a delete (trash) button and a toggle read/unread button.

Compatible with Filament v5 panels.

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

[](#installation)

Install the package via Composer:

```
composer require zvizvi/filament-notifications-tabs:^0.0.2
```

### Register the styles (Tailwind v4)

[](#register-the-styles-tailwind-v4)

The modal view uses Tailwind utility classes, so Tailwind needs to scan this package's Blade files. Add a `@source` directive to your Filament theme CSS (e.g. `resources/css/filament/admin/theme.css`), then rebuild:

```
@source '../../../../vendor/zvizvi/filament-notifications-tabs/resources/views/**/*.blade.php';
```

Adjust the number of `../` to match the location of your theme file relative to `vendor/`.

Usage
-----

[](#usage)

Register the plugin in your panel provider. Database notifications must be enabled on the panel:

```
use Zvizvi\FilamentNotificationsTabs\FilamentNotificationsTabsPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->databaseNotifications()
        ->plugins([
            FilamentNotificationsTabsPlugin::make(),
        ]);
}
```

### Default tab

[](#default-tab)

The modal opens on the **Unread** tab by default. To open on the **All** tab instead:

```
FilamentNotificationsTabsPlugin::make()
    ->defaultTab('all')
```

### Confirm before delete

[](#confirm-before-delete)

By default, clicking the delete button removes the notification immediately. To require Filament's native confirmation dialog first:

```
FilamentNotificationsTabsPlugin::make()
    ->confirmDelete()
```

Translations
------------

[](#translations)

The package ships with `en` and `he` translations. To customize them:

```
php artisan vendor:publish --tag=filament-notifications-tabs-translations
```

Views
-----

[](#views)

To customize the modal view:

```
php artisan vendor:publish --tag=filament-notifications-tabs-views
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance99

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

5d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4354421?v=4)[zvizvi](/maintainers/zvizvi)[@zvizvi](https://github.com/zvizvi)

---

Tags

laravelfilamentfilament-pluginfilamentphpzvizvifilament-notifications-tabs

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/zvizvi-filament-notifications-tabs/health.svg)

```
[![Health](https://phpackages.com/badges/zvizvi-filament-notifications-tabs/health.svg)](https://phpackages.com/packages/zvizvi-filament-notifications-tabs)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.8k](/packages/rawilk-profile-filament-plugin)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16121.5k](/packages/backstage-mails)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

274333.4k9](/packages/croustibat-filament-jobs-monitor)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6649.5k1](/packages/marcelweidum-filament-passkeys)[mradder/filament-logger

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

2318.8k](/packages/mradder-filament-logger)[caresome/filament-neobrutalism-theme

A neobrutalism theme for FilamentPHP admin panels

335.6k1](/packages/caresome-filament-neobrutalism-theme)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
