marjose123/filament-webhook-server
Add a webhook server to your Filament app: receive, validate, and manage incoming webhooks with a clean admin UI. Configure endpoints and events, inspect payloads, and monitor delivery from your Filament panel—all in a Laravel-friendly package.
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/3.1...3.2
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/3.0.2...3.1
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/3.0.1...3.0.2
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/3.0...3.0.1
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.2.0...3.0
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.1.7...2.2.0
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.1.6...2.1.7
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.1.5...2.1.6
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.1.4...2.1.5
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.1.3...2.1.4
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.1.2...2.1.3
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.1.1...2.1.2
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.1.0...2.1.1
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.0.1...2.1.0
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.0.0...2.0.1
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/1.2.2...2.0.0
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/1.2.1...1.2.2
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/1.2.0...1.2.1
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/1.1.0...1.2.0
return [
/*
* Models that you want to be part of the webhooks options
*/
'models' => [
\App\Models\User::class,
],
/*
*/
'polling' => '10s',
'webhook' => [
'keep_history' => false,
],
];
'keep_history' => true then the plugin will save the transaction log to the database for every webhook call.php artisan vendor:publish --tag="filament-webhook-server-migrations"
php artisan migrate
to be able to add the new table
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/1.0.1...1.1.0
Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/1.0.0...1.0.1
Full Changelog: https://github.com/MarJose123/filament-webhook-server/commits/1.0.0
How can I help you explore Laravel packages today?