Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Filament Webhook Server Laravel Package

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.

View on GitHub
Deep Wiki
Context7
3.2

What's Changed

New Contributors

Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/3.1...3.2

3.1

What's Changed

Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/3.0.2...3.1

3.0.1

What's Changed

Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/3.0...3.0.1

3.0

What's Changed

Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.2.0...3.0

2.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/2.0.0...2.0.1

1.2.1
1.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/1.1.0...1.2.0

1.1.0

Reminder

  • Update your Config file to this latest

return [
    /*
     *  Models that you want to be part of the webhooks options
     */
    'models' => [
        \App\Models\User::class,
    ],
    /*
     */
    'polling' => '10s',
    'webhook' => [
        'keep_history' => false,
    ],
];
  • if 'keep_history' => true then the plugin will save the transaction log to the database for every webhook call.
  • Republish and run the migrations with:
php artisan vendor:publish --tag="filament-webhook-server-migrations"
php artisan migrate

to be able to add the new table

What's Changed

New Contributors

Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/1.0.1...1.1.0

1.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/MarJose123/filament-webhook-server/compare/1.0.0...1.0.1

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
terminal42/code-quality-tools
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky