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 @@ -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
2136You can publish the config file with:
You can’t perform that action at this time.
0 commit comments