phparch / laravel-form-helper
HTML and Form Builders for the Laravel Framework
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 0
pkg:composer/phparch/laravel-form-helper
Requires
- php: >=7.2.5
- illuminate/http: ^6.0|^7.0|^8.0|^9.0|^10.0
- illuminate/routing: ^6.0|^7.0|^8.0|^9.0|^10.0
- illuminate/session: ^6.0|^7.0|^8.0|^9.0|^10.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0
- illuminate/view: ^6.0|^7.0|^8.0|^9.0|^10.0
Requires (Dev)
- illuminate/database: ^6.0|^7.0|^8.0|^9.0|^10.0
- mockery/mockery: ~1.0
- phpunit/phpunit: ~8.5|^9.5.10
This package is auto-updated.
Last update: 2025-09-18 19:00:23 UTC
README
This is a fork of LaravelCollective/Html, which is no longer maintained. This fork is intended to provide a temporary solution for those who are still using the package.
Currently this package supports PHP7.4 and less. We are working on adding support for PHP8+.
Official documentation for Forms & Html for The Laravel Framework can be found at the LaravelCollective website.