Download the PHP package marjose123/filament-webhook-server without Composer
On this page you can find all versions of the php package marjose123/filament-webhook-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download marjose123/filament-webhook-server
More information about marjose123/filament-webhook-server
Files in marjose123/filament-webhook-server
Package filament-webhook-server
Short Description Send webhooks from your filament apps
License MIT
Homepage https://github.com/marjose123/filament-webhook-server
Informations about the package filament-webhook-server
Send webhooks from your filament apps
Screenshots
This package provides a Filament page that you can send webhook server. You'll find installation instructions and full documentation on spatie/laravel-webhook-server.
Installation
You can install the package via composer:
You can publish and run the migrations with:
Add the plugin to your panel and you're ready to go
Usage
- All the models will automatically be part of the webhook as an option during creation.
- This package will automatically register the
Webhook-Server
. You'll be able to see it when you visit your Filament admin panel.
Webhook payload Structure
For a custom option you need to implement Webhookable
interface and create your toWebhookPayload
method in your models
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Marjose123
- All Contributors
License
The MIT License (MIT). Please see the License File for more information.
All versions of filament-webhook-server with dependencies
filament/filament Version ^4.0
spatie/laravel-package-tools Version ^1.13.5
spatie/laravel-webhook-server Version ^3.8.3