konekt / html
HTML and Form Builders for the Laravel Framework
Installs: 39 637
Dependents: 4
Suggesters: 0
Security: 0
Stars: 14
Watchers: 0
Forks: 802
Open Issues: 0
Requires
- php: ^8.1
- illuminate/http: ^10.0|^11.0
- illuminate/routing: ^10.0|^11.0
- illuminate/session: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
- illuminate/view: ^10.0|^11.0
Requires (Dev)
- illuminate/database: ^10.0|^11.0
- mockery/mockery: ^1.0
- phpunit/phpunit: ^10.0
Replaces
- laravelcollective/html: ^6.4
- 6.x-dev
- dev-master / 6.5.x-dev
- 6.5.1
- 6.5.0
- 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
- v5.5.2
- v5.5.1
- v5.5
- 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
- v5.3.2
- v5.3.1
- v5.3.0
- v5.2.6
- v5.2.5
- v5.2.4
- v5.2.3
- v5.2.2
- v5.2.1
- v5.2
- 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
- v5.0.5
- v5.0.4
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
This package is auto-updated.
Last update: 2024-10-27 06:44:14 UTC
README
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 support PHP 8.1+ and Laravel 10 & 11.
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.