PHPackages                             plokko/formidable - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. plokko/formidable

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

plokko/formidable
=================

Vue.js form generator for Laravel

0.0.1-alpha(8y ago)091MITPHPPHP &gt;=7.0

Since Feb 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/plokko/laravel-formidable)[ Packagist](https://packagist.org/packages/plokko/formidable)[ RSS](/packages/plokko-formidable/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Formidable
==========

[](#formidable)

[![Packagist](https://camo.githubusercontent.com/7149b51a2f415c114a67505b7a5bac4a181aa5a635579f440fa6924616a9e0b8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706c6f6b6b6f2f666f726d696461626c652e737667)](https://packagist.org/packages/plokko/formidable)[![Packagist](https://camo.githubusercontent.com/8aa90282669b18e4f6f2af860d7d25ac1a596b26aaa78415c67a2f2e3470b394/68747470733a2f2f706f7365722e707567782e6f72672f706c6f6b6b6f2f666f726d696461626c652f642f746f74616c2e737667)](https://packagist.org/packages/plokko/formidable)[![Packagist](https://camo.githubusercontent.com/45976e70c0b12b2032a6ff097875b292f3b8bb802ab75e8896d9eb1587dbf8e4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f706c6f6b6b6f2f666f726d696461626c652e737667)](https://packagist.org/packages/plokko/formidable)

A Laravel Vue.js form builder

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

[](#installation)

Install via composer

```
composer require plokko/formidable
```

### Register Service Provider

[](#register-service-provider)

**If you use Laravel &lt;5.5 you need to manually register the provider and facade**

Add service provider to `config/app.php` in `providers` section

```
Plokko\Formidable\ServiceProvider::class,
```

Register package facade in `config/app.php` in `aliases` section

```
Plokko\Formidable\Facades\Formidable::class,
```

### Publish Configuration File

[](#publish-configuration-file)

```
php artisan vendor:publish --provider="Plokko\Formidable\ServiceProvider" --tag="config"
```

Usage
-----

[](#usage)

Formidable is composed of a Vuejs library and a php helper to help you build the field configuration

### Javascript

[](#javascript)

...

\###PHP helper

```
$fields =Formidable::fields();
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3011d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/755cf9f83a0a5af9141085f8961276809fc04356f3aee061ac7b72723a4e6290?d=identicon)[plokko](/maintainers/plokko)

---

Tags

formlaravellaravel-5-packagevuejslaravelformvue

### Embed Badge

![Health badge](/badges/plokko-formidable/health.svg)

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

###  Alternatives

[kris/laravel-form-builder

Laravel form builder - symfony like

1.7k2.2M45](/packages/kris-laravel-form-builder)[anahkiasen/former

A powerful form builder

1.4k1.4M14](/packages/anahkiasen-former)[zachleigh/laravel-vue-generators

Generate Vue js files via artisan commands.

9039.6k](/packages/zachleigh-laravel-vue-generators)[marshmallow/nova-tiptap

A Laravel Nova tiptap editor field.

19120.0k2](/packages/marshmallow-nova-tiptap)[vildanbina/livewire-tabs

Laravel Livewire Tab Form component

504.6k](/packages/vildanbina-livewire-tabs)

PHPackages © 2026

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