rdx / laravelcollective-html
HTML and Form Builders for the Laravel Framework
Installs: 79 982
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 801
Open Issues: 1
Requires
- php: ^7.2 || ^8.0
- illuminate/http: ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
- illuminate/routing: ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
- illuminate/session: ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
- illuminate/support: ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
- illuminate/view: ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
Requires (Dev)
- illuminate/database: ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
- mockery/mockery: ~1.0
- phpunit/phpunit: ~8.5 || ^9.5.10
Replaces
- 6.x-dev
- 6.7
- v6.6
- v6.5
- v6.4.1
- v6.4.0
- v6.3.0
- v6.2.1
- v6.2.0
- v6.1.2
- v6.1.1
- v6.1.0
- v6.0.3
- v6.0.2
- v6.0.1
- v6.0
- v5.8.1
- v5.8.0
- v5.7.1
- v5.7
- v5.6.10
- v5.6.9
- v5.6.8
- v5.6.7
- v5.6.6
- v5.6.5
- v5.6.4
- v5.6.3
- v5.6.2
- v5.6.1
- v5.6
- dev-master / 5.5.x-dev
- v5.5.4
- v5.5.3
- v5.5.2
- v5.5.1
- v5.5
- 5.4.x-dev
- v5.4.9
- v5.4.8
- v5.4.7
- v5.4.6
- v5.4.5
- v5.4.4
- v5.4.3
- v5.4.2
- v5.4.1
- v5.4
- 5.3.x-dev
- v5.3.2
- v5.3.1
- v5.3.0
- 5.2.x-dev
- v5.2.6
- v5.2.5
- v5.2.4
- v5.2.3
- v5.2.2
- v5.2.1
- v5.2
- 5.1.x-dev
- v5.1.11
- v5.1.10
- v5.1.9
- v5.1.8
- v5.1.7
- v5.1.6
- v5.1.5
- v5.1.4
- v5.1.3
- v5.1.2
- v5.1.1
- v5.1.0
- 5.0.x-dev
- v5.0.5
- v5.0.4
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- dev-respect-htmlstring-5.8
- dev-respect_htmlstring
This package is auto-updated.
Last update: 2024-10-20 16:34:20 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.