File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 77
88This plugin adds a Filament resource and a policy for [ Spatie Webhook Client] ( https://github.com/spatie/laravel-webhook-client/ ) .
99
10+ ## Version Compatibility
11+
12+ Filament | Filament Webhook Client
13+ :---------|:-----------------------
14+ 3.x | 1.x
15+ 4.x | 4.x
16+
1017## Installation
1118
1219> [ !IMPORTANT]
1320> First, make sure you have [ Spatie Webhook Client] ( https://github.com/spatie/laravel-webhook-client/ )
1421> installed and configured.
1522
16- You can install the package via composer:
23+ You can install the package via Composer:
24+
25+ ### For Filament 3
26+
27+ ``` bash
28+ composer require tapp/filament-webhook-client:" ^1.0"
29+ ```
30+
31+ ### For Filament 4
1732
1833``` bash
19- composer require tapp/filament-webhook-client
34+ composer require tapp/filament-webhook-client: " ^4.0 "
2035```
2136
2237You can publish the config file with:
You can’t perform that action at this time.
0 commit comments