coder81's avatar

Alternatives to LaravelCollective/html

I was a fan of LaravelCollective/html and now, with the closing of LaravelCollective project, I don't have a reliable package for writing the Html. For example I found very useful the helper of "select" that selected for me the right option.

What do you suggest to do now?

  1. Continue to use the LaravelCollective/html package.
  2. Replace the LaravelCollective/Html package with another (that I don't know).
  3. Avoid to use a package for write some part of Html that was comfortable to delegate (like the select).
0 likes
4 replies
jlrdw's avatar

Choose option 3 but in a practice project do some practicing of the select option.

Me I quit using dropdowns a while back I like pop-up lookup tables.

And I hope I'm not way off on this and that I did not misunderstand the question.

Cronix's avatar

I've never had an issue using HTML to write, um, HTML.

coder81's avatar

Thank you guys for your opinion. I will try to do without a package but I'm not sure if I can do it :D

Please or to participate in this conversation.