Laravel ships a Number helper that formats currency, percentages, and file sizes in one line, no extra formatting package required.
#helpers
Articles
Laravel's Stringable class turns nested PHP string functions into a readable left-to-right chain. Here are the methods worth committing to memory.
Two small Laravel features, the tap() helper and higher-order collection messages, quietly remove a surprising amount of boilerplate from everyday code.