PHPackages                             laravilt/forms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. laravilt/forms

ActiveLibrary[Templating &amp; Views](/categories/templating)

laravilt/forms
==============

Complete form builder system with 30+ field types, validation, and Blade/Inertia.js integration. Build complex forms with text inputs, selects, date pickers, file uploads, rich editors, repeaters, and more with real-time reactivity.

1.0.8(2mo ago)0559↓45.5%1[3 issues](https://github.com/laravilt/forms/issues)[1 PRs](https://github.com/laravilt/forms/pulls)4MITHTMLPHP ^8.3|^8.4CI passing

Since Dec 11Pushed 2mo agoCompare

[ Source](https://github.com/laravilt/forms)[ Packagist](https://packagist.org/packages/laravilt/forms)[ GitHub Sponsors](https://github.com/fadymondy)[ RSS](/packages/laravilt-forms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (16)Versions (11)Used By (4)

[![forms](https://raw.githubusercontent.com/laravilt/forms/master/arts/screenshot.jpg)](https://raw.githubusercontent.com/laravilt/forms/master/arts/screenshot.jpg)

Laravilt Forms
==============

[](#laravilt-forms)

[![Latest Stable Version](https://camo.githubusercontent.com/0ec4339edb68498890bab2c31b34ce4755bd829fbcb4977ea20ccb2c155b98f2/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176696c742f666f726d732f76657273696f6e2e737667)](https://packagist.org/packages/laravilt/forms)[![License](https://camo.githubusercontent.com/595d88cbda4ea2ac5cc6f1008f0d1c0913fe1ebe62db5b699be29207915e8012/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176696c742f666f726d732f6c6963656e73652e737667)](https://packagist.org/packages/laravilt/forms)[![Downloads](https://camo.githubusercontent.com/b207f26aa5d78cbcfc16c649df44315c31a0559ab6f891105d17f0e507ad5e44/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176696c742f666f726d732f642f746f74616c2e737667)](https://packagist.org/packages/laravilt/forms)[![Dependabot Updates](https://github.com/laravilt/forms/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/laravilt/forms/actions/workflows/dependabot/dependabot-updates)[![PHP Code Styling](https://github.com/laravilt/forms/actions/workflows/fix-php-code-styling.yml/badge.svg)](https://github.com/laravilt/forms/actions/workflows/fix-php-code-styling.yml)[![Tests](https://github.com/laravilt/forms/actions/workflows/tests.yml/badge.svg)](https://github.com/laravilt/forms/actions/workflows/tests.yml)

Complete form builder system with 30+ field types, validation, and Blade/Inertia.js integration for Laravilt. Build complex forms with text inputs, selects, date pickers, file uploads, rich editors, repeaters, and more.

Features
--------

[](#features)

- 📝 **30+ Field Types** - TextInput, Select, DatePicker, FileUpload, RichEditor, Repeater, and more
- ✅ **Validation** - Built-in Laravel validation integration
- 🎨 **Blade Components** - Pre-built UI components with Reka UI styling
- ⚡ **Inertia Integration** - Seamless Vue 3 form handling
- 🔄 **Real-time Reactivity** - Dynamic field visibility, options, and validation
- 📁 **File Management** - Advanced file upload with preview and validation
- 📝 **Rich Content** - WYSIWYG editor, Markdown editor, code editor support

Installation
------------

[](#installation)

```
composer require laravilt/forms
```

Quick Start
-----------

[](#quick-start)

```
use Laravilt\Forms\Components\TextInput;
use Laravilt\Forms\Components\Select;

$form->schema([
    TextInput::make('name')
        ->label('Full Name')
        ->required(),

    Select::make('role')
        ->label('Role')
        ->options([
            'admin' => 'Administrator',
            'editor' => 'Editor',
        ])
        ->required(),
]);
```

Generator Commands
------------------

[](#generator-commands)

```
# Generate a form class
php artisan make:form UserForm

# Generate a resource form with CRUD operations
php artisan make:form UserForm --resource

# Generate a custom field component
php artisan make:component CustomField
```

Documentation
-------------

[](#documentation)

- **[Complete Documentation](docs/index.md)** - All field types, validation, and examples
- **[MCP Server Guide](docs/mcp-server.md)** - AI agent integration

Field Types
-----------

[](#field-types)

**Basic:** TextInput, Textarea, NumberField, Select, Checkbox, CheckboxList, Radio, Toggle, ToggleButtons, Hidden

**Date &amp; Time:** DatePicker, DateTimePicker, TimePicker, DateRangePicker

**Advanced:** ColorPicker, IconPicker, FileUpload, RichEditor, MarkdownEditor, CodeEditor, TagsInput, KeyValue, Slider, RateInput, PinInput

**Dynamic:** Repeater, Builder

Configuration
-------------

[](#configuration)

```
php artisan vendor:publish --tag="laravilt-forms-config"
php artisan vendor:publish --tag="laravilt-forms-views"
php artisan vendor:publish --tag="laravilt-forms-assets"
```

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance84

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~9 days

Recently: every ~17 days

Total

9

Last Release

82d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2147eb2fca7ab5f0124d0fafd88ba2d2a5dfa3a0036fb8872d1084b7cba29366?d=identicon)[fadymondy](/maintainers/fadymondy)

---

Top Contributors

[![fadymondy](https://avatars.githubusercontent.com/u/11937812?v=4)](https://github.com/fadymondy "fadymondy (48 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![swarakaka](https://avatars.githubusercontent.com/u/9349190?v=4)](https://github.com/swarakaka "swarakaka (4 commits)")[![actions-user](https://avatars.githubusercontent.com/u/65916846?v=4)](https://github.com/actions-user "actions-user (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravelvalidationbladeinertiafieldsFormsvueform-builderlaravilt

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/laravilt-forms/health.svg)

```
[![Health](https://phpackages.com/badges/laravilt-forms/health.svg)](https://phpackages.com/packages/laravilt-forms)
```

###  Alternatives

[relaticle/custom-fields

User Defined Custom Fields for Laravel Filament

15828.6k](/packages/relaticle-custom-fields)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
