TwigBridge icon indicating copy to clipboard operation
TwigBridge copied to clipboard

Laravel Collective HTML package is abandoned

Open ndstyle opened this issue 1 year ago • 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

ndstyle avatar Sep 12 '23 08:09 ndstyle

Hi.

Is there any news about my request?

Kind Regards Danilo

ndstyle avatar Sep 18 '23 08:09 ndstyle

You can easily create a TwigExtension to expose Spatie Laravel HTML facade.

n3storm avatar Sep 19 '23 18:09 n3storm

@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!

ndstyle avatar Sep 21 '23 10:09 ndstyle

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.

rudiedirkx avatar Jan 05 '24 15:01 rudiedirkx

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.

Thank you very much for your reply. I tried installing the package and everything works.

ndstyle avatar Jan 09 '24 07:01 ndstyle