Skip to content

Commit 078e32b

Browse files
authored
Merge pull request #26 from TappNetwork/add_filamen4_install_instructions
Add Filament 4 install instructions
2 parents 978ba0e + d5313ff commit 078e32b

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ A Filament plugin and package that allows the creation of forms via the admin pa
1818
- [maatwebsite/excel](https://github.com/SpartnerNL/Laravel-Excel)
1919
- [spatie/eloquent-sortable](https://github.com/spatie/eloquent-sortable)
2020

21+
## Version Compatibility
22+
23+
Filament | Filament Form Builder
24+
:---------|:---------------------
25+
3.x | 1.x
26+
4.x | 4.x
27+
2128
### Installing the Filament Forms Package
2229

2330
Install the plugin via Composer:
@@ -34,8 +41,16 @@ This package is not yet on packagist. Add the repository to your composer.json
3441
}
3542
```
3643

44+
### For Filament 3
45+
46+
```bash
47+
composer require tapp/filament-form-builder:"^1.0"
48+
```
49+
50+
### For Filament 4
51+
3752
```bash
38-
composer require tapp/filament-form-builder
53+
composer require tapp/filament-form-builder:"^4.0"
3954
```
4055

4156
public and run migrations with

0 commit comments

Comments
 (0)