From 598ce5d8f2da3694b99b9960b786fb8c96619799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9ia=20Bohner?= Date: Tue, 12 Aug 2025 17:21:53 -0300 Subject: [PATCH] Add Filament 4 installations instructions --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5f9f5d..a66bb01 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,27 @@ This plugin provides an address autocomplete using [Google Place autocomplete AP > [!NOTE] > The [Google Places API package](https://github.com/SachinAgarwal1337/google-places-api) is used to make API requests to Google Places. +## Version Compatibility + + Filament | Filament Google Autocomplete Field +:---------|:---------------------------------- + 3.x | 1.x + 4.x | 4.x + ## Installation -You can install the package via composer: +You can install the package via Composer: + +### For Filament 3 + +```bash +composer require tapp/filament-google-autocomplete-field:"^1.0" +``` + +### For Filament 4 ```bash -composer require tapp/filament-google-autocomplete-field +composer require tapp/filament-google-autocomplete-field:"^4.0" ``` You can publish the config file with: