use laravel helper in public path code example Example: laravel helper use Illuminate\Support\Str; $length = Str::length('Laravel'); // 7