【问题标题】:Should I use "laravelcollective/html": "5.2." instead of "illuminate/html" in my composer.json file going forward with Laravel 5.2我应该使用“laravelcollective/html”:“5.2”吗?而不是在我的 composer.json 文件中使用 Laravel 5.2 的“illuminate/html”
【发布时间】:2016-01-12 22:35:12
【问题描述】:

标题几乎说明了一切,我只是有点担心“laravelcollective/html”将来可能会被另一个包弃用。是不是像 ASP.NET MVC 那样在框架中内置了表单辅助方法?

【问题讨论】:

    标签: php laravel-5 laravelcollective


    【解决方案1】:

    是的。 illuminate/html 一年前被废弃了。

    核心中没有表单助手。 illuminate/html 已从核心中移除,现在由 LaravelCollective (laravelcollective/html) 维护。

    【讨论】:

    • 感谢@lagbox 的评论。
    猜你喜欢
    • 2016-07-16
    • 1970-01-01
    • 2016-04-12
    • 2017-07-07
    • 1970-01-01
    • 2017-08-02
    • 2021-03-23
    • 2016-06-06
    • 2016-11-16
    相关资源
    最近更新 更多