sbrereton / html
Laravel 框架的 HTML 和表单构建工具
v7.1.3
2024-03-25 10:02 UTC
Requires
- php: >=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.6
- phpunit/phpunit: ~8.5|^9.5.10|^10.0|^11.0
README
⚠️ 重要更新:已用
laravellux/html
包替换了laravelcollective/html
包。请将项目中所有对Collective\Html
的引用替换为LaravelLux\Html
。对于大多数应用,无需进行其他更改,项目应继续按预期工作。然而,请务必在此更新后彻底测试您的项目,以避免意外问题。感谢您的理解。
Laravel 框架表单与 HTML 的官方文档可在此 WebSE 的 Laravel Lux 网站 上找到。