itul / laravelcollective-html
HTML and Form Builders for the Laravel Framework
v6.12
2025-03-10 20:56 UTC
Requires
- php: >=8.2
- illuminate/http: >=11.0
- illuminate/routing: >=11.0
- illuminate/session: >=11.0
- illuminate/support: >=11.0
- illuminate/view: >=11.0
Requires (Dev)
- illuminate/database: >=11.0
- mockery/mockery: >=1.0
- phpstan/phpstan: >=2.1
- phpunit/phpunit: >=11.0
- symfony/var-dumper: >=7.2
Replaces
- laravelcollective/html: v6.12
This package is not auto-updated.
Last update: 2025-03-11 19:36:31 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.