Skip to content

Commit 133cd60

Browse files
authored
Merge pull request #16 from TappNetwork/filament4
Add Filament 4 installation instruction
2 parents f23472d + ac8cdf9 commit 133cd60

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,31 @@
77

88
This 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

2237
You can publish the config file with:

0 commit comments

Comments
 (0)