We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4f158c + 472f5fc commit 08a9e1dCopy full SHA for 08a9e1d
README.md
@@ -7,10 +7,27 @@
7
8
A value range filter for Filament table builder.
9
10
+## Version Compatibility
11
+
12
+ Filament | Filament Value Range Filter
13
+:---------|:---------------------------
14
+ 3.x | 1.x
15
+ 4.x | 2.x
16
17
## Installation
18
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
29
```bash
-composer require tapp/filament-value-range-filter
30
+composer require tapp/filament-value-range-filter:"^2.0"
31
```
32
33
Optionally, you can publish the translations files with:
0 commit comments