New undot() and reverse() methods in Laravel 8.x

1 · Amit Merchant · Dec. 4, 2021, 3:41 p.m.
Some may argue that Laravel is a framework that is bloated with methods and stuff to do everything under the sun. But in my opinion, that’s one of those things that make Laravel, “Laravel” because the more options you have out of the box, the better your life gets! The recent release of Laravel comes with two such small “life-improvement” methods which aren’t fancy enough but you may have always wanted them. The reverse() method The undot() method The reverse() method There’s now a helper meth...