phparch / laravel-form-helper
HTML and Form Builders for the Laravel Framework
dev-main
2024-07-17 18:48 UTC
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: 2024-10-18 17:06:50 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.