PHPackages                             tomatophp/filament-discord-driver - 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. tomatophp/filament-discord-driver

ActiveLibrary

tomatophp/filament-discord-driver
=================================

Discord Server WebHook Notification for Filament Alerts Sender

v4.0.0(7mo ago)184[4 PRs](https://github.com/tomatophp/filament-discord-driver/pulls)MITPHPPHP ^8.2|^8.3|^8.4CI passing

Since Nov 25Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/tomatophp/filament-discord-driver)[ Packagist](https://packagist.org/packages/tomatophp/filament-discord-driver)[ GitHub Sponsors](https://github.com/fadymondy)[ RSS](/packages/tomatophp-filament-discord-driver/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (17)Versions (7)Used By (0)

[![Screenshot](https://raw.githubusercontent.com/tomatophp/filament-discord-driver/master/arts/fadymondy-tomato-discord-driver.jpg)](https://raw.githubusercontent.com/tomatophp/filament-discord-driver/master/arts/fadymondy-tomato-discord-driver.jpg)

Filament Discord Driver
=======================

[](#filament-discord-driver)

[![Dependabot Updates](https://github.com/tomatophp/filament-discord-driver/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/tomatophp/filament-discord-driver/actions/workflows/dependabot/dependabot-updates)[![PHP Code Styling](https://github.com/tomatophp/filament-discord-driver/actions/workflows/fix-php-code-styling.yml/badge.svg)](https://github.com/tomatophp/filament-discord-driver/actions/workflows/fix-php-code-styling.yml)[![Tests](https://github.com/tomatophp/filament-discord-driver/actions/workflows/tests.yml/badge.svg)](https://github.com/tomatophp/filament-discord-driver/actions/workflows/tests.yml)[![Latest Stable Version](https://camo.githubusercontent.com/641270fbe7f5301fb01b490dbdc5b33f2868d216ec039c75303a8f0a92ebce1d/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d646973636f72642d6472697665722f76657273696f6e2e737667)](https://packagist.org/packages/tomatophp/filament-discord-driver)[![License](https://camo.githubusercontent.com/d3cdb78b9307f7c1726a3c9cedb55e90f7ce7c850261ea8c0ec2454b92b3fa4b/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d646973636f72642d6472697665722f6c6963656e73652e737667)](https://packagist.org/packages/tomatophp/filament-discord-driver)[![Downloads](https://camo.githubusercontent.com/dfe40f3059fdfb10a1dc278e75819e97ead07fffff22e753586b937aa9be4ba1/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d646973636f72642d6472697665722f642f746f74616c2e737667)](https://packagist.org/packages/tomatophp/filament-discord-driver)

Discord Server WebHook Notification for [Filament Alerts Sender](https://github.com/tomatophp/filament-alerts)

Screenshots
-----------

[](#screenshots)

[![Preview](https://raw.githubusercontent.com/tomatophp/filament-discord-driver/master/arts/preview.png)](https://raw.githubusercontent.com/tomatophp/filament-discord-driver/master/arts/preview.png)[![Setting Hub](https://raw.githubusercontent.com/tomatophp/filament-discord-driver/master/arts/setting-hub.png)](https://raw.githubusercontent.com/tomatophp/filament-discord-driver/master/arts/setting-hub.png)[![Settings](https://raw.githubusercontent.com/tomatophp/filament-discord-driver/master/arts/settings.png)](https://raw.githubusercontent.com/tomatophp/filament-discord-driver/master/arts/settings.png)[![Driver](https://raw.githubusercontent.com/tomatophp/filament-discord-driver/master/arts/driver.png)](https://raw.githubusercontent.com/tomatophp/filament-discord-driver/master/arts/driver.png)

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

[](#installation)

```
composer require tomatophp/filament-discord-driver
```

after install your package please run this command

```
php artisan filament-discord-driver:install
```

finally register the plugin on `/app/Providers/Filament/AdminPanelProvider.php`

```
->plugin(\TomatoPHP\FilamentDiscordDriver\FilamentDiscordDriverPlugin::make())
```

Usage
-----

[](#usage)

to set up any model to get notifications you

```
