laravel-users icon indicating copy to clipboard operation
laravel-users copied to clipboard

laravelcollective/html is abandoned, laravellux/html looks like a replacement candidate

Open denydias opened this issue 2 years ago • 0 comments

From LaravelCollective website:

Given this pattern, I think it's best to retire these packages rather than potentially open unsuspecting applications to a potential attack.

The author suggests spatie/laravel-html, but that would be a huge effort as the code patterns are way too different from the former.

A bit before the above quote the author says:

Anyone can freely take it and begin their own journey, it will be a journey that belongs to them.

Well, it looks this is done now:

⚠️ Important Update: The laravellux/html package has replaced the laravelcollective/html package. Please replace all references of Collective\Html in your project with LaravelLux\Html. For the majority of applications, no other changes should be necessary, and your project should continue to work as expected. However, always ensure to thoroughly test your project after this update to avoid unexpected issues. Thank you for your understanding.

I haven't tested it, but it looks like a pretty straightforward, drop-in replacement. So I kindly ask you to replace the now abandoned laravelcollective/html in favor of laravellux/html.

denydias avatar Aug 24 '23 02:08 denydias