16 caractères dgits aléatoires Laravel

use Illuminate\Support\Str;

$random = Str::random(40);
Modern Marten