PHPackages                             paulmercs/filament-sileo-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. paulmercs/filament-sileo-notifications

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

paulmercs/filament-sileo-notifications
======================================

Sileo toast bridge for Filament notifications with optional global generic action messages.

v1.0.6(2mo ago)06MITPHPPHP ^8.2

Since Mar 4Pushed 2mo agoCompare

[ Source](https://github.com/paulmercs/filament-sileo-notifications)[ Packagist](https://packagist.org/packages/paulmercs/filament-sileo-notifications)[ RSS](/packages/paulmercs-filament-sileo-notifications/feed)WikiDiscussions main Synced 1mo ago

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

Filament Sileo Notifications
============================

[](#filament-sileo-notifications)

Use [Sileo](https://www.npmjs.com/package/sileo)-style toasts in Filament v5, and optionally apply generic global notification messages for create/edit/delete actions.

Features
--------

[](#features)

- Replaces default Filament toast UI with Sileo-style toast output
- Works with server-rendered Filament notifications and JS-dispatched notifications
- Global generic `title` + `body` messages for:
    - `CreateAction`
    - `EditAction`
    - `DeleteAction`
- Configurable message content

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

[](#requirements)

- PHP `^8.2`
- Laravel `^12`
- Filament `^5`

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

[](#installation)

```
composer require paulmercs/filament-sileo-notifications:^1.0
```

Register The Plugin
-------------------

[](#register-the-plugin)

In your panel provider (example: `app/Providers/Filament/AdminPanelProvider.php`):

```
use Paulmercs\FilamentSileoNotifications\FilamentSileoNotificationsPlugin;

return $panel
    // ...
    ->plugin(FilamentSileoNotificationsPlugin::make());
```

Publish Config (Optional)
-------------------------

[](#publish-config-optional)

```
php artisan vendor:publish --tag=filament-sileo-notifications-config
```

Published file:

`config/filament-sileo-notifications.php`

Publish Filament Assets
-----------------------

[](#publish-filament-assets)

```
php artisan filament:assets
```

Configuration
-------------

[](#configuration)

```
return [
    'override_action_notifications' => true,

    'messages' => [
        'create' => [
            'title' => 'Record created successfully',
            'body' => 'The record has been created and saved. You can now review or update the details anytime.',
        ],
        'edit' => [
            'title' => 'Changes saved successfully',
            'body' => 'Your updates were saved successfully and are now reflected across the system.',
        ],
        'delete' => [
            'title' => 'Record deleted successfully',
            'body' => 'The selected record has been deleted and removed from the current dataset.',
        ],
    ],
];
```

Recommended After Install/Update
--------------------------------

[](#recommended-after-installupdate)

```
php artisan optimize:clear
php artisan filament:assets
```

Then hard refresh the browser (`Ctrl + F5`).

Troubleshooting
---------------

[](#troubleshooting)

- If no notification appears, check browser console for JS errors and run:
    - `php artisan filament:assets`
- If default Filament toast still appears, ensure plugin is registered in the active panel provider.
- If config changes are not reflected:
    - `php artisan config:clear`
    - `php artisan optimize:clear`

License
-------

[](#license)

MIT

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance86

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

7

Last Release

70d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b9b3c857ad6beb5d7a6d63554648a809fc86a44ed82807fe66a995eb7dda536?d=identicon)[paulmercs](/maintainers/paulmercs)

---

Top Contributors

[![paulmercs](https://avatars.githubusercontent.com/u/136664232?v=4)](https://github.com/paulmercs "paulmercs (8 commits)")

### Embed Badge

![Health badge](/badges/paulmercs-filament-sileo-notifications/health.svg)

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

###  Alternatives

[mckenziearts/laravel-notify

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2021.9M4](/packages/laravel-notification-channels-apn)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[illuminate/mail

The Illuminate Mail package.

5910.1M391](/packages/illuminate-mail)

PHPackages © 2026

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