Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Filament Form Builder Laravel Package

tapp/filament-form-builder

View on GitHub
Deep Wiki
Context7
v4.3.4
v4.3.2

What's Changed

Full Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v4.3.1...v4.3.2

v4.3.1

What's Changed

  • Fix RichEditor toolbar actions (e.g. link) crashing in Show component by adding HasActions / InteractsWithActions

Full Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v4.3.0...v4.3.1

v4.2.0

What's Changed

  • Fix mobile overflow: remove min-w constraints that caused horizontal overflow on mobile viewports
  • Reduce opinionated styling: remove forced borders, backgrounds, shadows, and border-radius from form views
  • Apps can now fully customize form appearance via .fb-form-container, .fb-form-component, and .fb-form-user-container CSS hooks
v4.1.7

What's Changed

Full Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v4.1.6...v4.1.7

v4.1.5
v4.1.4

removes file upload from the rich text editor as this is not supported functionality and throws an exception.

v4.1.0

What's Changed

Full Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v4.0.9...v4.1.0

v.41

Fix bug with single select fields when multi select fields were introduced.

v1.4.0

Adds support for Select()->multiple() fields.

v1.31

Actually commit changes described in last release

v1.30

Fixes a bug with copy action

v1.29

This release add a copy action for filament forms.

v1.28

Makes type field required when creating a field.

v1.27

Add 'fb-form-user-container' class for styling form results container.

v1.26

Sends id of saved entry instead of entry itself when entrySaved event is dispatched to resolve intermittent error with laravel model biding on event consumption.

v1.25

This Update fixes a bug when the first option was selected in a radio select.

v1.24

This PR adds a $blockRedirect property to the FilamentForm/Show component. Passing this as true to the component will prevent the redirect action when a new form entry is saved.

v1.23

Add styles to plugin

v1.22

Include stylesheet for filament classes

v1.21

Fixes a typo in locking action visibility and adds a locked column to form resource.

v1.2

Support locking a form to prevent data integrity issues

1.2 supports locking forms so that entries from a form can always be compared apples to apples over time with no risk of the form being changed and previous entries becoming incompatible with new entires. If you are upgrading from 1.0 or 1.1 to 1.2, create a migration with the following method to reflect this change

    Schema::table('filament_forms', function (Blueprint $table) {
        $table->boolean('locked')->default(false);
    });


































Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager