PHPackages                             vesperabr/laravel-form - 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. vesperabr/laravel-form

Abandoned → [vesperabr/laravel-components](/?search=vesperabr%2Flaravel-components)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

vesperabr/laravel-form
======================

Laravel Form builder with Monalisa support.

1.2.2(5y ago)188MITPHPPHP &gt;=7.2

Since Sep 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/vesperabr/laravel-form)[ Packagist](https://packagist.org/packages/vesperabr/laravel-form)[ RSS](/packages/vesperabr-laravel-form/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (11)Used By (0)

This Laravel package provides some Blade directives to made form creation a snap.

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

[](#installation)

You can install this package via composer using:

```
$ composer require vesperabr/laravel-form
```

The package will automatically register its service provider.

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

[](#configuration)

If you want, you could enable Monalisa On Send component to prevent double click on form buttons and also put a nice loader on it.

To do that, you just need to publish the config file and then change the `enable_onsend` parameter to true.

```
$ php artisan vendor:publish
```

Usage
-----

[](#usage)

After install, you can use any of bellow directives in your blade files.

```
@f_open()
  @f_text('name', 'Nome', true)
  @f_email('email, 'E-mail')
@f_close
```

Blade directives avaiable
-------------------------

[](#blade-directives-avaiable)

- f\_open($action, $method, $model, $attributes)
- f\_close()
- f\_hidden($name, $attributes)
- f\_text($name, $label, $required, $attributes)
- f\_tel($name, $label, $required, $attributes)
- f\_email($name, $label, $required, $attributes)
- f\_url($name, $label, $required, $attributes)
- f\_search($name, $label, $required, $attributes)
- f\_password($name, $label, $required, $attributes)
- f\_number($name, $label, $required, $attributes)
- f\_cpfcnpj($name, $label, $required, $attributes)
- f\_cpf($name, $label, $required, $attributes)
- f\_cnpj($name, $label, $required, $attributes)
- f\_cep($name, $label, $required, $attributes)
- f\_money($name, $label, $required, $attributes)
- f\_float($name, $label, $required, $attributes)
- f\_date($name, $label, $required, $attributes)
- f\_time($name, $label, $required, $attributes)
- f\_file($name, $label, $required, $attributes)
- f\_textarea($name, $label, $required, $attributes)
- f\_select($name, $label, $required, $items, $attributes)
- f\_select2($name, $label, $required, $items, $attributes)
- f\_multiselect($name, $label, $required, $items, $attributes)
- f\_multiselect2($name, $label, $required, $items, $attributes)
- f\_checkbox($name, $label, $items, $checked)
- f\_radio($name, $label, $items, $checked)
- f\_buttons($submit\_label, $cancel\_link)

Requirements
------------

[](#requirements)

- PHP 7.2
- Laravel 6
- Monalisa CSS &amp; JS

This package wasn't been tested yet in older Laravel versions. Feel free to test and send us your experience.

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~32 days

Total

10

Last Release

2136d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7110502?v=4)[Ricardo Monteiro](/maintainers/ricazao)[@ricazao](https://github.com/ricazao)

---

Top Contributors

[![ricazao](https://avatars.githubusercontent.com/u/7110502?v=4)](https://github.com/ricazao "ricazao (15 commits)")

### Embed Badge

![Health badge](/badges/vesperabr-laravel-form/health.svg)

```
[![Health](https://phpackages.com/badges/vesperabr-laravel-form/health.svg)](https://phpackages.com/packages/vesperabr-laravel-form)
```

###  Alternatives

[spiral/mcp-server

Spiral bridge for MCP server

541.1k2](/packages/spiral-mcp-server)

PHPackages © 2026

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