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?
Asked
Active
Viewed 584 times
1 Answers
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
-
Thanks for the comment @lagbox. – Tim Kruger Jan 13 '16 at 03:02