How to make a helper file in laravel? code example Example: laravel helper use Illuminate\Support\Str; $length = Str::length('Laravel'); // 7