Download the PHP package tapp/filament-webhook-client without Composer
On this page you can find all versions of the php package tapp/filament-webhook-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tapp/filament-webhook-client
More information about tapp/filament-webhook-client
Files in tapp/filament-webhook-client
Package filament-webhook-client
Short Description Add a Filament resource and a policy for Spatie Webhook client
License MIT
Homepage https://github.com/tapp/filament-webhook-client
Informations about the package filament-webhook-client
Filament Webhook Client Plugin
This plugin adds a Filament resource and a policy for Spatie Webhook Client.
Installation
[!IMPORTANT] First, make sure you have Spatie Webhook Client installed and configured.
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Optionally, you can publish the translations file using:
Usage
Add this plugin to a panel on plugins()
method.
E.g. in app/Providers/Filament/AdminPanelProvider.php
:
Appareance
Webhook calls resource content example:
Webhook calls view content example:
Webhook Call Policy
By default, the policy included in this plugin allows you to view the list of webhook calls and an individual webhook call.
If you need to change the permissions, you can override the policy by creating a policy in you project and adding it on policies -> webhook-call
entry on filament-webhook-client.php
config file.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
If you discover any security-related issues, please email [email protected].
Credits
- Tapp Network
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-webhook-client with dependencies
spatie/laravel-package-tools Version ^1.16
filament/filament Version ^3.0-stable
illuminate/contracts Version ^10.0||^11.0
spatie/laravel-webhook-client Version ^3.4