konekt/html
HTML and Form Builders for the Laravel Framework
Maintainers
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
Suggests
None
Provides
None
Conflicts
None
Replaces
- laravelcollective/html: ^6.4
MIT 4309f44f219e47136a811ec0f01365ea96a65235
- Adam Engebretson <adam.woop@laravelcollective.com>
- Taylor Otwell <taylorotwell.woop@gmail.com>
- Attila Fulop
This package is auto-updated.
Last update: 2026-06-27 13:32:45 UTC
README
👁 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:
See the original Documentation for usage details.
