Generating Acronyms in laravel is made easier using the Str package
Import
use Illuminate\Support\Str;
Str::acronym('Gideon Asare') // GA
Generating Acronyms in laravel is made easier using the Str package
Import
use Illuminate\Support\Str;
Str::acronym('Gideon Asare') // GA