laravel generate random string of characters code example Example: laravel Str::random use Illuminate\Support\Str; $random = Str::random(40);