how to call helper in laravel manuall code example Example: laravel helper use Illuminate\Support\Str; $length = Str::length('Laravel'); // 7