PHPackages                             mike-funk/laravel-form-extensions - 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. mike-funk/laravel-form-extensions

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

mike-funk/laravel-form-extensions
=================================

06PHP

Since Aug 16Pushed 12y ago1 watchersCompare

[ Source](https://github.com/mikedfunk/laravel-form-extensions)[ Packagist](https://packagist.org/packages/mike-funk/laravel-form-extensions)[ RSS](/packages/mike-funk-laravel-form-extensions/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Build Status](https://camo.githubusercontent.com/8882626cc1f4e42a5c607bc29c1531d65d55b388932bdbf2754e9708fc40fc30/68747470733a2f2f7472617669732d63692e6f72672f6d696b656466756e6b2f6c61726176656c2d666f726d2d657874656e73696f6e732e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/mikedfunk/laravel-form-extensions) [![Coverage Status](https://camo.githubusercontent.com/fcb09ecfef674f61043f09d37f8d90a5f988e6e15785bebb1c8f92fb0689768b/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6d696b656466756e6b2f6c61726176656c2d666f726d2d657874656e73696f6e732f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/mikedfunk/laravel-form-extensions)

Laravel Form Extensions
=======================

[](#laravel-form-extensions)

At the moment this only contains `booleanCheckbox()`.

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

[](#installation)

Put this in your composer.json require object:

```
"mike-funk/laravel-form-extensions": "dev-master"
```

Then run `composer update`

Then put this in your `app/config/app.php` under providers:

```
'MikeFunk\LaravelFormExtensions\LaravelFormExtensionsServiceProvider'
```

Then change the binding for the Form facade in `app/config/app.php` under aliases:

```
'Form' => 'MikeFunk\LaravelFormExtensions\LaravelFormExtensions'
```

You should be ready to rock!

Usage
-----

[](#usage)

### booleanCheckbox()

[](#booleancheckbox)

```
// in the view
{{ Form::booleanCheckbox('input_name', true, array('class' => 'awesome')) }}
```

Will return this HTML:

```

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/661038?v=4)[Mike Funk](/maintainers/mikedfunk)[@mikedfunk](https://github.com/mikedfunk)

---

Top Contributors

[![mikedfunk](https://avatars.githubusercontent.com/u/661038?v=4)](https://github.com/mikedfunk "mikedfunk (5 commits)")

### Embed Badge

![Health badge](/badges/mike-funk-laravel-form-extensions/health.svg)

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

###  Alternatives

[allysonsilva/laravel-multienv

This package allows you to use multiple .envs in multitenant environment

537.2k](/packages/allysonsilva-laravel-multienv)

PHPackages © 2026

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