Skip to content

Commit 7e211f5

Browse files
authored
Merge pull request #45 from TappNetwork/filament4
Add Filament 4 installation instruction
2 parents 37726ae + 598ce5d commit 7e211f5

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
@@ -10,12 +10,27 @@ This plugin provides an address autocomplete using [Google Place autocomplete AP
1010
> [!NOTE]
1111
> The [Google Places API package](https://github.com/SachinAgarwal1337/google-places-api) is used to make API requests to Google Places.
1212
13+
## Version Compatibility
14+
15+
Filament | Filament Google Autocomplete Field
16+
:---------|:----------------------------------
17+
3.x | 1.x
18+
4.x | 4.x
19+
1320
## Installation
1421

15-
You can install the package via composer:
22+
You can install the package via Composer:
23+
24+
### For Filament 3
25+
26+
```bash
27+
composer require tapp/filament-google-autocomplete-field:"^1.0"
28+
```
29+
30+
### For Filament 4
1631

1732
```bash
18-
composer require tapp/filament-google-autocomplete-field
33+
composer require tapp/filament-google-autocomplete-field:"^4.0"
1934
```
2035

2136
You can publish the config file with:

0 commit comments

Comments
 (0)