简体   繁体   中英

Should I use “laravelcollective/html”: “5.2.” instead of “illuminate/html” in my composer.json file going forward with Laravel 5.2

The heading pretty much says it all, I'm just a bit concerned that "laravelcollective/html" might be deprecated in the future for another package. Aren't there form helper methods that are build into the framework like in ASP.NET MVC?

Yes. illuminate/html was abandoned a year ago.

There are no form helpers in the core. illuminate/html was removed from the core and is now maintained by the LaravelCollective ( laravelcollective/html ).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM