Gideon Asare
Web Developer
Blog Post

Generating String Acronym in Laravel

12th July 2023 06:35:08

Generating Acronyms in laravel is made easier using the Str package 

Import

use Illuminate\Support\Str;

Str::acronym('Gideon Asare') // GA