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 网站找到。