rdx / laravelcollective-html
HTML and Form Builders for the Laravel Framework
6.10
2026-03-26 15:45 UTC
Requires
- php: ^8.2
- illuminate/http: ^13.0 || ^12.0 || ^11.0
- illuminate/routing: ^13.0 || ^12.0 || ^11.0
- illuminate/session: ^13.0 || ^12.0 || ^11.0
- illuminate/support: ^13.0 || ^12.0 || ^11.0
- illuminate/view: ^13.0 || ^12.0 || ^11.0
Requires (Dev)
- illuminate/database: ^13.0 || ^12.0 || ^11.0
- mockery/mockery: ^1.0
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^11.0
- symfony/var-dumper: ^7.2
Replaces
- laravelcollective/html: 6.10
This package is auto-updated.
Last update: 2026-05-26 16:51:17 UTC
README
This is a laravelcollective/html drop-in replacement
To use this package instead of laravelcollective/html as a perfect drop-in replacement, do this in your project:
composer require rdx/laravelcollective-html- if your project explicitly required
html:composer remove laravelcollective/html
This will install rdx/laravelcollective-html and pretend it IS laravelcollective/html, and all other packages will believe laravelcollective/html is installed, because Composer is awesome.