Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

sohelamin's avatar

About "laravelcollective/html" package.

Guys How many of you are prefer to use HTML/FORM helper instead of plain form in laravel? In my crud generator package I've required "laravelcollective/html" Now I want to decouple it from my package. Any suggestion or idea about this?

My package is: https://github.com/appzcoder/crud-generator

0 likes
3 replies
Gerard's avatar

I tried laravelcollective/html some days ago to recover the facades I was using in Laravel 4, but I couldn't get it working again. So now I'm using plain html.

Jaytee's avatar

It depends on what i'm doing. Sometimes i like writing out plain html (its appealing to me for some reason :P) but for others where i need to get values (such as a permissions system if a user has that permission), it's the easiest approach for LC/HTML

Please or to participate in this conversation.