PHPackages                             prabowosd/laravel-collective-html - 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. prabowosd/laravel-collective-html

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

prabowosd/laravel-collective-html
=================================

Laravel 11-13 compatible fork of LaravelCollective/html. Namespaces kept as original for compatibility. HTML and Form Builders for the Laravel Framework

13.0.1(1mo ago)21.4k↓21.1%1MITPHPPHP ^8.2

Since Oct 28Pushed 1mo agoCompare

[ Source](https://github.com/prabowosd/laravel-collective-html)[ Packagist](https://packagist.org/packages/prabowosd/laravel-collective-html)[ Docs](https://laravelcollective.com)[ RSS](/packages/prabowosd-laravel-collective-html/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (16)Versions (4)Used By (1)

Laravel Collective HTML
=======================

[](#laravel-collective-html)

[![Latest Stable Version](https://camo.githubusercontent.com/9187b2ac1edccf20b5985c0b8c5b6d4ae12bdbeff09f1ef05f0e980de69ecf2a/68747470733a2f2f706f7365722e707567782e6f72672f707261626f776f73642f6c61726176656c2d636f6c6c6563746976652d68746d6c2f762f737461626c65)](https://packagist.org/packages/prabowosd/laravel-collective-html)[![Total Downloads](https://camo.githubusercontent.com/0a8bc84c03f0791a1a626d0c989d1d1f1e421d792d27f8f4331a3926281de414/68747470733a2f2f706f7365722e707567782e6f72672f707261626f776f73642f6c61726176656c2d636f6c6c6563746976652d68746d6c2f646f776e6c6f616473)](https://packagist.org/packages/prabowosd/laravel-collective-html)[![License](https://camo.githubusercontent.com/0d0c255d31aa50754918041f3f04b2bfa3a6ed32802dc8534c422be0af023a87/68747470733a2f2f706f7365722e707567782e6f72672f707261626f776f73642f6c61726176656c2d636f6c6c6563746976652d68746d6c2f6c6963656e7365)](https://packagist.org/packages/prabowosd/laravel-collective-html)

This is a fork of the original [LaravelCollective/html](https://github.com/LaravelCollective/html) package, updated to support **Laravel 11, 12, and 13** and **PHP 8.2+ (including PHP 8.4)**.

The namespaces have been kept as `Collective\Html` to maintain compatibility with existing projects that use the original package.

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

[](#installation)

You can install this package via composer:

```
composer require prabowosd/laravel-collective-html
```

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

[](#documentation)

For full documentation, please refer to the original Laravel Collective website:

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

[](#quick-start)

### Form Open

[](#form-open)

```
{!! Form::open(['url' => 'foo/bar']) !!}
    //
{!! Form::close() !!}
```

### Label

[](#label)

```
{!! Form::label('email', 'E-Mail Address') !!}
```

### Text, Text Area, Password &amp; Hidden Fields

[](#text-text-area-password--hidden-fields)

```
{!! Form::text('username') !!}
{!! Form::textarea('description') !!}
{!! Form::password('password') !!}
{!! Form::hidden('invisible', 'secret') !!}
```

### Checkboxes and Radio Buttons

[](#checkboxes-and-radio-buttons)

```
{!! Form::checkbox('name', 'value') !!}
{!! Form::radio('name', 'value') !!}
```

### Drop-Down Lists

[](#drop-down-lists)

```
{!! Form::select('size', ['L' => 'Large', 'S' => 'Small']) !!}
```

### Buttons

[](#buttons)

```
{!! Form::submit('Click Me!') !!}
```

License
-------

[](#license)

The Laravel Collective HTML package is open-sourced software licensed under the [MIT license](LICENSE.txt).

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance88

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.5% 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 ~72 days

Total

3

Last Release

59d ago

Major Versions

1.1.1 → 13.0.12026-03-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/01a1a8078c3e4fd8de7f9c2e3a63166d117d44e14367b84bb60a93b060ff2e1a?d=identicon)[prabowosd](/maintainers/prabowosd)

---

Top Contributors

[![prabowosd](https://avatars.githubusercontent.com/u/5931987?v=4)](https://github.com/prabowosd "prabowosd (5 commits)")[![mauriziofonte](https://avatars.githubusercontent.com/u/1758841?v=4)](https://github.com/mauriziofonte "mauriziofonte (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/prabowosd-laravel-collective-html/health.svg)

```
[![Health](https://phpackages.com/badges/prabowosd-laravel-collective-html/health.svg)](https://phpackages.com/packages/prabowosd-laravel-collective-html)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravellux/html

HTML and Form Builders for the Laravel Framework

35239.2k3](/packages/laravellux-html)[konekt/html

HTML and Form Builders for the Laravel Framework

24403.2k5](/packages/konekt-html)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

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