Generate String Acronyms with this Laravel Macro
There's a Laravel package called Str Acronym (possibly) that helps create acronyms from strings. It adds a function to Laravel's Str helper for this purpose. This can be useful to generate user initials, abbreviations or shorten phrases in your Laravel application..
Create User Initials with Str Acronym.