Registry / web-framework / filament-forms

filament-forms

JSON →
library3.2.133phppackagistunverified

Easily add beautiful forms to any Livewire component.

composer require filament/forms
INSTALL
IMPORT
SIG · FILAMENT-FORMS
F
filament-forms
web-frameworkphpv3.2.133
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Form
use Filament\Forms\Form;

Define a form schema in a Livewire component.

use Filament\Forms\Form; use Filament\Forms\Components\TextInput; public function form(Form $form): Form { return $form ->schema([ TextInput::make('name')->required(), ]); }
Debug
Known issues
breakingRequires Livewire v3 and Tailwind CSS
fix
Install Livewire v3 and configure Tailwind CSS for Filament.
affects: >=3.0.0
Upgrade
Version history
3.2.133latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
filament-forms — pip install filament-forms · libregistry