`Str::mask()` lets you mask a portion of a string with a character (e.g. *)

`Str::mask()` lets you mask a portion of a string with a character (e.g. *)

Laravel tip. From Laravel 8.69, there's a "Str::mask()" method which masks a portion of the string with a repeated character like "*".

We're writing a book, you can get it for free here.