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

dev-master 2025-07-13 16:39 UTC

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

Latest Stable Version License Downloads

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.