Laravel Collective HTML package is abandoned
ndstyle opened this issue · 5 comments
The Laravel Collective recently announced that they are abandoning the project, and once Laravel 11 is out, it'll no longer work.
Can you update this library and switch to the spatie/laravel-html package?
Kind Regards
Danilo
Hi.
Is there any news about my request?
Kind Regards
Danilo
You can easily create a TwigExtension to expose Spatie Laravel HTML facade.
@n3storm Thank you for your reply.
Yes, it is true, I can create a TwigExtension but the problem remains within the library as it would not be updated!
Use https://packagist.org/packages/rdx/laravelcollective-html It's a drop-in for laravelcollective/html
so all other packages don't have to change their dependencies at exactly the same time, which will never happen. You probably use more packages that depend on laravelcollective/html
and with this drop-in that won't be a problem.
Use https://packagist.org/packages/rdx/laravelcollective-html It's a drop-in for
laravelcollective/html
so all other packages don't have to change their dependencies at exactly the same time, which will never happen. You probably use more packages that depend onlaravelcollective/html
and with this drop-in that won't be a problem.
Thank you very much for your reply. I tried installing the package and everything works.