konekt / html
HTML and Form Builders for the Laravel Framework
6.8.0
2026-03-27 12:56 UTC
Requires
- php: ^8.1
- ext-intl: *
- illuminate/http: ^10.0|^11.0|^12.0|^13.2
- illuminate/routing: ^10.0|^11.0|^12.0|^13.2
- illuminate/session: ^10.0|^11.0|^12.0|^13.2
- illuminate/support: ^10.0|^11.0|^12.0|^13.2
- illuminate/view: ^10.0|^11.0|^12.0|^13.2
Requires (Dev)
- illuminate/database: ^10.0|^11.0|^12.0|^13.2
- mockery/mockery: ^1.0
- phpunit/phpunit: ^10.0|^11.0
Replaces
- laravelcollective/html: ^6.4
This package is auto-updated.
Last update: 2026-05-27 13:22:52 UTC
README
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:
See the original Documentation for usage details.
