laravel-users
laravel-users copied to clipboard
laravelcollective/html is abandoned, laravellux/html looks like a replacement candidate
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/htmlpackage has replaced thelaravelcollective/htmlpackage. Please replace all references ofCollective\Htmlin your project withLaravelLux\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.