Skip to content

Commit 08a9e1d

Browse files
authored
Merge pull request #17 from TappNetwork/update_readme_filament4
Update README Filament 4
2 parents b4f158c + 472f5fc commit 08a9e1d

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,27 @@
77

88
A value range filter for Filament table builder.
99

10+
## Version Compatibility
11+
12+
Filament | Filament Value Range Filter
13+
:---------|:---------------------------
14+
3.x | 1.x
15+
4.x | 2.x
16+
1017
## Installation
1118

19+
You can install the package via composer:
20+
21+
### For Filament 3
22+
23+
```bash
24+
composer require tapp/filament-value-range-filter:"^1.0"
25+
```
26+
27+
### For Filament 4
28+
1229
```bash
13-
composer require tapp/filament-value-range-filter
30+
composer require tapp/filament-value-range-filter:"^2.0"
1431
```
1532

1633
Optionally, you can publish the translations files with:

0 commit comments

Comments
 (0)