File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2330Install 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
4156public and run migrations with
You can’t perform that action at this time.
0 commit comments