0.06
Laravel 10 – 13
PHP 8.1+
Low commit activity in last 18 months
A long-lived project that still receives updates
HTML and Form Builders for the Laravel Framework
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

^10.0|^11.0|^12.0|^13.2
mockery/mockery
^1.0
phpunit/phpunit
^10.0|^11.0

Runtime

^10.0|^11.0|^12.0|^13.2
^10.0|^11.0|^12.0|^13.2
^10.0|^11.0|^12.0|^13.2
^10.0|^11.0|^12.0|^13.2
^10.0|^11.0|^12.0|^13.2
 Project Readme

Laravel 11+ Compatible Fork of the LaravelCollective Forms Package

Tests Packagist Stable Version Packagist downloads MIT Software License

This is a fork of the original LaravelCollective HTML package. It aims to serve as a drop-in replacement after the original package is no longer updated.

The only change this package brings is that it only supports PHP 8.1+ and Laravel 10, 11, 12 & 13.

The rest of the functionality is identical with the original one.

Installation

Run:

composer require konekt/html:^6.5

This will replace your existing laravelcollective/html v6.4+ installation with this version:

Replace the package

See the original Documentation for usage details.