softbread / filament-form-builder
Manage your forms using database and drop/drag component to build the form with Livewire component support for FilamentPHP
Fund package maintenance!
3x1io
Requires
- php: ^8.1|^8.2
- filament/filament: ^3.2
- tomatophp/console-helpers: ^1.1
Requires (Dev)
- laravel/pint: ^1.18
- livewire/livewire: ^2.10|^3.0
- nunomaduro/larastan: ^2.9
- orchestra/testbench: ^9.5
- pestphp/pest: ^2.36
- pestphp/pest-plugin-laravel: ^2.4
- pestphp/pest-plugin-livewire: ^2.1
- phpstan/extension-installer: ^1.4
- phpstan/phpstan-deprecation-rules: ^1.2
- phpstan/phpstan-phpunit: ^1.4
This package is auto-updated.
Last update: 2025-07-13 16:44:06 UTC
README
FORKED from TomatoPHP as the package is missing in Composer
Manage your forms using database and drop/drag component to build the form with Livewire component support for FilamentPHP
Installation
composer require softbread/filament-form-builder
after install your package please run this command
php artisan filament-form-builder:install
finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
->plugin(\TomatoPHP\FilamentFormBuilder\FilamentFormBuilderPlugin::make())
Publish Assets
you can publish config file by use this command
php artisan vendor:publish --tag="filament-form-builder-config"
you can publish views file by use this command
php artisan vendor:publish --tag="filament-form-builder-views"
you can publish languages file by use this command
php artisan vendor:publish --tag="filament-form-builder-lang"
you can publish migrations file by use this command
php artisan vendor:publish --tag="filament-form-builder-migrations"
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security
Please see SECURITY for more information about security.
Credits
License
The MIT License (MIT). Please see License File for more information.