0

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?

Tim Kruger
  • 863
  • 2
  • 10
  • 26

1 Answers1

2

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).

lagbox
  • 48,571
  • 8
  • 72
  • 83