laravellux / html
为 Laravel 框架的 HTML 和表单构建器
v7.1.3
2024-04-08 20:12 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.2
- phpunit/phpunit: ~8.5|^9.5.10
This package is auto-updated.
Last update: 2024-09-23 03:29:09 UTC
README
⚠️ 重要更新:
laravellux/html
包已取代laravelcollective/html
包。请将项目中所有对Collective\Html
的引用替换为LaravelLux\Html
。对于大多数应用程序,无需进行其他更改,项目应继续按预期运行。然而,在更新后务必彻底测试项目,以避免出现意外问题。感谢您的理解。
The Laravel Framework 的表单与 HTML 的官方文档可以在 Laravel Lux by WebSE 网站找到。