Str_limit Not Working in Laravel
In Laravel 6 str_limit() and this related string & array function are not found.
So, the solution I found that you just use this class for string,
Illuminate\Support\Strand, use this class for array
Illuminate\Support\ArrOr you can add new laravel\helper
composer require laravel/helpers