Laravel 11 – 13
PHP 8.2+
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

^13.0 || ^12.0 || ^11.0
mockery/mockery
^1.0
phpunit/phpunit
^11.0
symfony/var-dumper
^7.2
phpstan/phpstan
^2.1

Runtime

^13.0 || ^12.0 || ^11.0
^13.0 || ^12.0 || ^11.0
^13.0 || ^12.0 || ^11.0
^13.0 || ^12.0 || ^11.0
^13.0 || ^12.0 || ^11.0
 Project 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:

  1. composer require rdx/laravelcollective-html
  2. 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.