我应该使用 "laravelcollective/html": "5.2."而不是我的 composer.json 文件中的 "illuminate/html" 继续 Laravel 5.2
Should I use "laravelcollective/html": "5.2." instead of "illuminate/html" in my composer.json file going forward with Laravel 5.2
标题几乎说明了一切,我只是有点担心 "laravelcollective/html" 将来可能会被其他软件包弃用。没有像 ASP.NET MVC 那样内置到框架中的表单辅助方法吗?
是的。 illuminate/html
一年前被遗弃。
核心中没有表单助手。 illuminate/html
已从核心中删除,现在由 LaravelCollective (laravelcollective/html
) 维护。
标题几乎说明了一切,我只是有点担心 "laravelcollective/html" 将来可能会被其他软件包弃用。没有像 ASP.NET MVC 那样内置到框架中的表单辅助方法吗?
是的。 illuminate/html
一年前被遗弃。
核心中没有表单助手。 illuminate/html
已从核心中删除,现在由 LaravelCollective (laravelcollective/html
) 维护。